Device.detach

Release the underlying file. Note that an exception is not thrown on error, as doing so can induce some spaggetti into error handling. Instead, we need to change this to return a bool instead, so the caller can decide what to do.

  1. void detach()
    class Device
    version(Win32)
    override
    void
    detach
    ()
  2. void detach()

Meta