deleteHardLink

Deletes a file, which might be a read-only hard link (thus, deletes the read-only file/link without affecting other links to it).

  1. void deleteHardLink(string fn)
    version(Windows)
    void
    deleteHardLink
    ()
    (
    string fn
    )
  2. alias deleteHardLink = remove

Meta