Static Public Member Functions | |
char[][] | listRoots () |
void | setDirectory (FilePath fp) |
FilePath | getDirectory () |
Static Public Attributes | |
const char | PathSeperatorChar = '\\' |
const char | FileSeperatorChar = '.' |
const char | RootSeperatorChar = ':' |
const char[] | PathSeperatorString = "\\" |
const char[] | FileSeperatorString = "." |
const char[] | RootSeperatorString = ":" |
const char[] | NewlineString = "\r\n" |
Private Attributes | |
import std c windows | windows |
Definition at line 64 of file FileSystem.d.
|
List the set of root devices (C:, D: etc)
Definition at line 103 of file FileSystem.d. |
|
Set the current working directory Definition at line 115 of file FileSystem.d. References FilePath::toStringZ(). |
|
Get the current working directory Definition at line 127 of file FileSystem.d. References FilePath. |
|
Definition at line 66 of file FileSystem.d. |
|
Definition at line 67 of file FileSystem.d. |
|
Definition at line 68 of file FileSystem.d. |
|
Definition at line 70 of file FileSystem.d. |
|
Definition at line 71 of file FileSystem.d. |
|
Definition at line 72 of file FileSystem.d. |
|
Definition at line 74 of file FileSystem.d. |
|
Definition at line 93 of file FileSystem.d. |