Public Member Functions | |
this (FilePath path) | |
this (char[] path) | |
FilePath | getPath () |
char[] | toString () |
bool | isExisting () |
FilePath[] | toList () |
Private Attributes | |
FilePath | path |
Definition at line 55 of file FileProxy.d.
|
Construct a FileProxy from the provided FilePath Definition at line 65 of file FileProxy.d. |
|
Construct a FileProxy from a text string Definition at line 76 of file FileProxy.d. References FilePath. |
|
Return the FilePath associated with this FileProxy Definition at line 87 of file FileProxy.d. Referenced by testFileSize(), and testScanFiles(). |
|
Return the name of the associated path Definition at line 98 of file FileProxy.d. References FilePath::toString(). |
|
Does this path currently exist? Definition at line 109 of file FileProxy.d. |
|
List the files contained within the associated path:
Definition at line 131 of file FileProxy.d. Referenced by testFileList(), and testScanFiles(). |
|
Definition at line 57 of file FileProxy.d. |