A simple file or directory within the VirtualFileSystem: this maps to exactly one file on one mount point. More...
Public Member Functions | |
VirtualFileMount | getMount () |
Returns the VirtualFileMount this file is associated with. | |
bool | isImplicitPzFile () |
Returns true if this file is a .pz file that should be implicitly decompressed on load, or false if it is not a .pz file or if it should not be decompressed. | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
A simple file or directory within the VirtualFileSystem: this maps to exactly one file on one mount point.
Most directories, and all regular files, are of this kind.
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from VirtualFile.
Returns the VirtualFileMount this file is associated with.
bool isImplicitPzFile | ( | ) |
Returns true if this file is a .pz file that should be implicitly decompressed on load, or false if it is not a .pz file or if it should not be decompressed.