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)(struct_stat info)) |
Private Attributes | |
import std c | stdio |
Classes | |
class | Versiondarwin |
class | Versionlinux |
|
Get info about this path Definition at line 504 of file FileProxy.d. References FileProxy::path, and FilePath::toUtf8(). |
|
Return the file length (in bytes) Definition at line 523 of file FileProxy.d. |
|
Is this file writable? Definition at line 542 of file FileProxy.d. |
|
Is this file really a directory? Definition at line 553 of file FileProxy.d. |
|
Return the time when the file was last modified Definition at line 564 of file FileProxy.d. |
|
Remove the file/directory from the file-system Definition at line 583 of file FileProxy.d. References FileProxy::path, and FilePath::toUtf8(). |
|
Create a new file Definition at line 601 of file FileProxy.d. References FileProxy::path, and FilePath::toUtf8(). |
|
Create a new directory Definition at line 621 of file FileProxy.d. References FileProxy::path, and FilePath::toUtf8(). |
|
List the set of children within this directory. See toList() above. Definition at line 636 of file FileProxy.d. References FilePath, FileProxy::path, strlen(), and FilePath::toUtf8(). |
|
Definition at line 474 of file FileProxy.d. |