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 68 of file FileSystem.d.
|
List the set of root devices (C:, D: etc)
Definition at line 107 of file FileSystem.d. References assert(). |
|
Set the current working directory Definition at line 119 of file FileSystem.d. References FilePath::toUtf16(). |
|
Get the current working directory Definition at line 131 of file FileSystem.d. References FilePath. |
|
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 75 of file FileSystem.d. |
|
Definition at line 76 of file FileSystem.d. |
|
Definition at line 78 of file FileSystem.d. |
|
Definition at line 97 of file FileSystem.d. |