libd.io.filesystem

Undocumented in source.

Members

Aliases

FileT
alias FileT = HANDLE
Undocumented in source.
FileT
alias FileT = int
Undocumented in source.

Enums

FileOpenMode
enum FileOpenMode
Undocumented in source.
FileUsage
enum FileUsage
Undocumented in source.

Functions

fileGetPositionImpl
SimpleResult!size_t fileGetPositionImpl(FileT file)
Undocumented in source. Be warned that the author may not have intended to support it.
fileGetPositionImpl
SimpleResult!size_t fileGetPositionImpl(FileT file)
Undocumented in source. Be warned that the author may not have intended to support it.
fileGetSizeImpl
SimpleResult!size_t fileGetSizeImpl(FileT file)
Undocumented in source. Be warned that the author may not have intended to support it.
fileGetSizeImpl
SimpleResult!size_t fileGetSizeImpl(FileT file)
Undocumented in source. Be warned that the author may not have intended to support it.
fileOpenImpl
SimpleResult!FileT fileOpenImpl(char[] file, FileOpenMode mode, FileUsage usage)
Undocumented in source. Be warned that the author may not have intended to support it.
fileOpenImpl
SimpleResult!FileT fileOpenImpl(char[] file, FileOpenMode mode, FileUsage usage)
Undocumented in source. Be warned that the author may not have intended to support it.
fileReadImpl
SimpleResult!size_t fileReadImpl(FileT file, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
fileReadImpl
SimpleResult!size_t fileReadImpl(FileT file, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
fileSetPositionImpl
SimpleResult!void fileSetPositionImpl(FileT file, size_t position)
Undocumented in source. Be warned that the author may not have intended to support it.
fileSetPositionImpl
SimpleResult!void fileSetPositionImpl(FileT file, size_t position)
Undocumented in source. Be warned that the author may not have intended to support it.
fileWriteImpl
SimpleResult!size_t fileWriteImpl(FileT file, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
fileWriteImpl
SimpleResult!size_t fileWriteImpl(FileT file, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
fsDelete
SimpleResult!void fsDelete(char[] path)
Undocumented in source. Be warned that the author may not have intended to support it.
fsDeleteImpl
SimpleResult!void fsDeleteImpl(char[] path)
Undocumented in source. Be warned that the author may not have intended to support it.
fsDeleteImpl
SimpleResult!void fsDeleteImpl(char[] path)
Undocumented in source. Be warned that the author may not have intended to support it.
fsExists
bool fsExists(char[] path)
Undocumented in source. Be warned that the author may not have intended to support it.
fsExistsImpl
bool fsExistsImpl(char[] path)
Undocumented in source. Be warned that the author may not have intended to support it.
fsExistsImpl
bool fsExistsImpl(char[] path)
Undocumented in source. Be warned that the author may not have intended to support it.
fsOpen
SimpleResult!(Shared!FileStream) fsOpen(char[] file, FileOpenMode mode, FileUsage usage)
Undocumented in source. Be warned that the author may not have intended to support it.
fsRead
SimpleResult!(Shared!(Array!ubyte)) fsRead(char[] file)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

FileStream
struct FileStream
Undocumented in source.

Meta