Public Member Functions | |
this (FilePath path) | |
this (char[] path) | |
FilePath | getPath () |
char[] | toString () |
bool | isExisting () |
FilePath[] | toList () |
Private Attributes | |
FilePath | path |
Definition at line 64 of file FileProxy.d.
|
Construct a FileProxy from the provided FilePath Definition at line 74 of file FileProxy.d. |
|
Construct a FileProxy from a text string Definition at line 85 of file FileProxy.d. References FilePath. |
|
Return the FilePath associated with this FileProxy Definition at line 96 of file FileProxy.d. |
|
Return the name of the associated path Definition at line 107 of file FileProxy.d. References FilePath::toString(). |
|
Does this path currently exist? Definition at line 118 of file FileProxy.d. |
|
List the files contained within the associated path:
Definition at line 140 of file FileProxy.d. |
|
Definition at line 66 of file FileProxy.d. |