LoopDevControl.associateFileWithDevice

Associate the loop device with the required file.

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

Parameters

filePath string

File path to associate.

loopDevice string

Loop device path.

Meta