FS.remove

Remove the file/directory from the file-system. Returns true on success - false otherwise.

  1. bool remove(const(char)[] name)
  2. bool remove(const(char)[] name)
    struct FS
    version(Posix)
    static
    bool
    remove
    (
    const(char)[] name
    )

Meta