Public Member Functions | |
this (FilePath path) | |
this (char[] path) | |
FilePath | getPath () |
char[] | toString () |
bool | isExisting () |
FilePath[] | toList () |
Private Attributes | |
FilePath | path |
Definition at line 60 of file FileProxy.d.
|
Construct a FileProxy from the provided FilePath Definition at line 70 of file FileProxy.d. |
|
Construct a FileProxy from a text string Definition at line 81 of file FileProxy.d. References FilePath. |
|
Return the FilePath associated with this FileProxy Definition at line 92 of file FileProxy.d. Referenced by testFileSize(), and testScanFiles(). |
|
Return the name of the associated path Definition at line 103 of file FileProxy.d. References FilePath::toString(). |
|
Does this path currently exist? Definition at line 114 of file FileProxy.d. |
|
List the files contained within the associated path:
Definition at line 136 of file FileProxy.d. Referenced by testFileList(), and testScanFiles(). |
|
Definition at line 62 of file FileProxy.d. |