LoopDevControl.associateFileWithDevice

Associate the loop device with the required file.

  1. void associateFileWithDevice(string filePath, ulong loopNumber)
    class LoopDevControl
    static
    void
    associateFileWithDevice
    (
    string filePath
    ,)
  2. void associateFileWithDevice(string filePath, string loopDevice)

Parameters

filePath string

File path to associate.

loopNumber ulong

Loop device number.

Meta