LoopDevControl.disassociateFileWithDevice

Disassociate the loop device with the required file.

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

Parameters

filePath string

Associated file.

loopDevice string

Loop device path.

Meta