Inheritance diagram for FileProxy:
Public Member Functions | |
this (FilePath path) | |
this (char[] path) | |
FilePath | getPath () |
char[] | toString () |
bool | isExisting () |
FilePath[] | toList () |
void | write (IWriter emit) |
Private Attributes | |
FilePath | path |
Compile with -version=Win32SansUnicode to enable Win95 & Win32s file support.
Definition at line 121 of file FileProxy.d.
|
Construct a FileProxy from the provided FilePath Reimplemented in File. Definition at line 131 of file FileProxy.d. |
|
Construct a FileProxy from a text string Reimplemented in File. Definition at line 142 of file FileProxy.d. References FilePath. |
|
Return the FilePath associated with this FileProxy Definition at line 153 of file FileProxy.d. |
|
Return the name of the associated path Definition at line 164 of file FileProxy.d. References FilePath::toString(). |
|
Does this path currently exist? Definition at line 175 of file FileProxy.d. |
|
List the files contained within the associated path:
Definition at line 197 of file FileProxy.d. Referenced by FileScan::scanFiles(). |
|
Write this FileProxy to the given IWriter. We just emit the filepath, since that's what we represent. Reimplemented from IWritable. Definition at line 211 of file FileProxy.d. |
|
Definition at line 123 of file FileProxy.d. |