File functions. More...
#include "base/misc.hh"#include "base/stringbuf.hh"#include "base/sys_file.hh"Go to the source code of this file.
Namespaces | |
| namespace | base |
Library of base code. | |
Functions | |
| bool | base::IfFileExists (const string &fname) |
| long | base::FileSize (FILE *file) |
| long | base::FileSize (const string &fname) |
| bool | base::ReadFile (const string &fname, string &obuf) |
| bool | base::ReadFile (const string &fname, StringBuf &strbuf) |
| bool | base::ReadFileGzipIntoString (const string &fname, string &obuf, const uint chunkLen) |
| std::pair< void *, long > | base::ReadFileGzipIntoMemory (const string &fname) |
| bool | base::RemoveFile (const string &fname) |
| void | base::RemoveSuffix (string &fname, const string &suffix) |
| bool | base::IfPathIsAbsolute (const string &path) |
| bool | base::IfPathIsFilename (const string &path) |
| string | base::FileBasename (const string &path) |
| bool | base::MakeDir (const string &path) |
| bool | base::IfDirExists (const string &dirname) |
| bool | base::FilesInDir (const string &dirname, std::vector< string > &vec) |
| string | base::GetCwd (void) |
Variables | |
| const uint | base::BASE_MAX_PATH = 256 |
File functions.
Palomino Flight Simulator documents generated by doxygen 1.7.1 on Tue May 15 2012 22:40:10