Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
Virtual File System (VFS)
Classes | |
struct | csFileTime |
File time structure - used to query and set the last-modification time of a file. More... | |
Defines | |
#define | ASSIGN_FILETIME(ft, tm) |
This macro can be used to assign a "struct tm" to a csFileTime. | |
#define | VFS_MAX_PATH_LEN 256 |
The maximal "virtual" path+filename length. | |
#define | VFS_PATH_DIVIDER ',' |
Composite path divider. | |
#define | VFS_PATH_SEPARATOR '/' |
The "virtual" path separator. |
Define Documentation
|
Value: (ft).sec = (tm).tm_sec; \ (ft).min = (tm).tm_min; \ (ft).hour = (tm).tm_hour; \ (ft).day = (tm).tm_mday; \ (ft).mon = (tm).tm_mon; \ (ft).year = (tm).tm_year + 1900;
|
|
The maximal "virtual" path+filename length.
|
|
Composite path divider.
|
|
The "virtual" path separator.
|
Generated for Crystal Space by doxygen 1.4.4