Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "precompiled.h"
#include "lib/file/vfs/vfs_lookup.h"
#include "lib/external_libraries/suppress_boost_warnings.h"
#include "lib/sysdep/filesystem.h"
#include "lib/file/file.h"
#include "lib/file/vfs/vfs.h"
#include "lib/file/vfs/vfs_tree.h"
#include "lib/file/vfs/vfs_populate.h"
#include "lib/timer.h"
Functions | |
static Status | CreateDirectory (const OsPath &path) |
Status | vfs_Lookup (const VfsPath &pathname, VfsDirectory *startDirectory, VfsDirectory *&directory, VfsFile **pfile, size_t flags) |
Resolve a pathname. More... | |
Status vfs_Lookup | ( | const VfsPath & | pathname, |
VfsDirectory * | startDirectory, | ||
VfsDirectory *& | directory, | ||
VfsFile ** | pfile, | ||
size_t | flags = 0 |
||
) |
Resolve a pathname.
pathname | |
startDirectory | VfsStartDirectory. |
directory | is set to the last directory component that is encountered. |
pfile | File is set to 0 if there is no name component, otherwise the corresponding file. |
flags |
to allow noiseless file-existence queries, this does not raise warnings.