Public Member Functions | |
long | getSize () |
bool | isWritable () |
bool | isDirectory () |
long | getModifiedTime () |
void | remove () |
FileProxy | createFile () |
FileProxy | createDirectory () |
FilePath[] | toList (bool(*filter)(FilePath fp)) |
Private Member Functions | |
uint | getInfo (void(*dg)(WIN32_FIND_DATA info)) |
Private Attributes | |
import std c windows | windows |
|
Get info about this path Definition at line 163 of file FileProxy.d. References FilePath::toStringZ(). |
|
Return the file length (in bytes) Definition at line 184 of file FileProxy.d. |
|
Is this file writable? Definition at line 204 of file FileProxy.d. |
|
Is this file really a directory? Definition at line 215 of file FileProxy.d. |
|
Return the time when the file was last modified Definition at line 226 of file FileProxy.d. References time. |
|
Remove the file/directory from the file-system Definition at line 246 of file FileProxy.d. References FilePath::toStringZ(). |
|
Create a new file Definition at line 266 of file FileProxy.d. References FilePath::toStringZ(). |
|
Create a new directory Definition at line 288 of file FileProxy.d. References FilePath::toStringZ(). |
|
List the set of children within this directory. See toList() above. Definition at line 303 of file FileProxy.d. References FilePath, strlen(), and FilePath::toString(). |
|
Definition at line 144 of file FileProxy.d. |