LoopDevControl.disassociateFileWithDevice

Disassociate the loop device with the required file.

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

Parameters

filePath string

Associated file.

loopNumber ulong

Loop device number.

Meta