Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
vfs_util.cpp File Reference
#include "precompiled.h"
#include "lib/file/vfs/vfs_util.h"
#include <queue>
#include <cstring>
#include <cstdio>
#include "lib/sysdep/filesystem.h"
#include "lib/regex.h"

Go to the source code of this file.

Namespaces

 vfs
 

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)
 call back for each file in a directory tree 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...