- Description
-
VirtualFile Class
Remarks
-
This object holds information about the virtual file -
its Name, RelativePath where it appears, and ResolvedPath
where user is placed after he changes directory to that
file.
Members
-
|
FileData |
 |
Holds file data as byte array. |
| Name |
 |
Holds virtual file name. |
| RelativePath |
 |
Holds relative path of virtual file, as seen by
the user. |
| ResolvedPath |
 |
Holds full path to location on your system where
virtual file points to. |
|