Data Fields | |
IFileSystem * | fsParent |
The file system to which one this file belongs. | |
std::string | name |
full name of the file | |
std::string | path |
virtual path of the file separated by '/' and ending with '/' | |
std::string | realPath |
real file path, in the file system specific manner | |
size_t | size |
size of the file |
Definition at line 64 of file IFileSystem.h.