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 65 of file FileSystem.d.
|
List the set of root devices (C:, D: etc)
Definition at line 104 of file FileSystem.d. |
|
Set the current working directory Definition at line 116 of file FileSystem.d. References FilePath::toUtf16(). |
|
Get the current working directory Definition at line 128 of file FileSystem.d. References FilePath. |
|
Definition at line 67 of file FileSystem.d. |
|
Definition at line 68 of file FileSystem.d. |
|
Definition at line 69 of file FileSystem.d. |
|
Definition at line 71 of file FileSystem.d. |
|
Definition at line 72 of file FileSystem.d. |
|
Definition at line 73 of file FileSystem.d. |
|
Definition at line 75 of file FileSystem.d. |
|
Definition at line 94 of file FileSystem.d. |