Pyrogenesis  trunk
Namespaces | Typedefs | Enumerations | Functions
vfs_util.h File Reference
#include "lib/os_path.h"
#include "lib/file/vfs/vfs.h"
Include dependency graph for vfs_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vfs
 

Typedefs

typedef Status(* vfs::FileCallback) (const VfsPath &pathname, const CFileInfo &fileInfo, const uintptr_t cbData)
 called for files in a directory. More...
 
typedef Status(* vfs::DirCallback) (const VfsPath &pathname, const uintptr_t cbData)
 called for directories in a directory. More...
 

Enumerations

enum  vfs::DirFlags { vfs::DIR_RECURSIVE = 1 }
 

Functions

Status vfs::GetPathnames (const PIVFS &fs, const VfsPath &path, const wchar_t *filter, VfsPaths &pathnames)
 
Status vfs::ForEachFile (const PIVFS &fs, const VfsPath &path, FileCallback cb, uintptr_t cbData, const wchar_t *pattern=0, size_t flags=0, DirCallback dircb=NULL, uintptr_t dircbData=0)
 call back for each file in a directory tree, and optionally each directory. More...
 
void vfs::NextNumberedFilename (const PIVFS &fs, const VfsPath &pathnameFormat, size_t &nextNumber, VfsPath &nextPathname)
 Determine the next available pathname with a given format. More...