#include <fileutil.h>
|
| bool | CopyFile (csString from, csString to, bool vfsPath, bool executable, bool silent=false, bool copyPermissions=true) |
| |
| | FileUtil (iVFS *vfs) |
| |
| bool | isExecutable (const char *path) |
| |
| void | MakeDirectory (const char *directory) |
| |
| void | MoveFile (csString from, csString to, bool vfsPath, bool executable, bool silent=false) |
| |
| bool | RemoveFile (const char *filename, bool silent=false) |
| |
| void | SetPermissions (const char *path, FileStat *fs) |
| |
| csPtr< FileStat > | StatFile (const char *path) |
| |
| | ~FileUtil () |
| |
Definition at line 64 of file fileutil.h.
| FileUtil::FileUtil |
( |
iVFS * |
vfs | ) |
|
| bool FileUtil::CopyFile |
( |
csString |
from, |
|
|
csString |
to, |
|
|
bool |
vfsPath, |
|
|
bool |
executable, |
|
|
bool |
silent = false, |
|
|
bool |
copyPermissions = true |
|
) |
| |
| bool FileUtil::isExecutable |
( |
const char * |
path | ) |
|
| void FileUtil::MakeDirectory |
( |
const char * |
directory | ) |
|
| void FileUtil::MoveFile |
( |
csString |
from, |
|
|
csString |
to, |
|
|
bool |
vfsPath, |
|
|
bool |
executable, |
|
|
bool |
silent = false |
|
) |
| |
|
inline |
| bool FileUtil::RemoveFile |
( |
const char * |
filename, |
|
|
bool |
silent = false |
|
) |
| |
| void FileUtil::SetPermissions |
( |
const char * |
path, |
|
|
FileStat * |
fs |
|
) |
| |
| csPtr<FileStat> FileUtil::StatFile |
( |
const char * |
path | ) |
|
The documentation for this class was generated from the following file: