#include <FileSystem.h>
◆ WriteFlags
◆ FileSourceFS()
| FileSystem::FileSourceFS::FileSourceFS |
( |
const std::string & |
root, |
|
|
bool |
trusted = false |
|
) |
| |
|
explicit |
◆ ~FileSourceFS()
| FileSystem::FileSourceFS::~FileSourceFS |
( |
| ) |
|
◆ Lookup()
| FileInfo FileSystem::FileSourceFS::Lookup |
( |
const std::string & |
path | ) |
|
|
virtual |
◆ MakeDirectory()
| bool FileSystem::FileSourceFS::MakeDirectory |
( |
const std::string & |
path | ) |
|
◆ OpenReadStream()
| FILE * FileSystem::FileSourceFS::OpenReadStream |
( |
const std::string & |
path | ) |
|
◆ OpenWriteStream()
| FILE * FileSystem::FileSourceFS::OpenWriteStream |
( |
const std::string & |
path, |
|
|
int |
flags = 0 |
|
) |
| |
◆ ReadDirectory()
| bool FileSystem::FileSourceFS::ReadDirectory |
( |
const std::string & |
path, |
|
|
std::vector< FileInfo > & |
output |
|
) |
| |
|
virtual |
◆ ReadFile()
The documentation for this class was generated from the following files: