File functions utility header file. More...
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | VR3File |
File functions namespace. | |
Functions | |
bool | VR3File::RealPath (const std::string &path, std::string &resolvedpath) |
Extracts the real path of a given file. | |
void | VR3File::DirBaseSplit (const std::string &path, std::string &dir, std::string &base) |
Splits the given path into the dir and base components. | |
bool | VR3File::ChdirGetcwd (const std::string &dir, std::string &path) |
Gets the real path of a directory using the chdir and getcwd function. |
File functions utility header file.
This header file declares some utility functions to work with files, trying to mantain cross-platform functionalities.
Definition in file VR3File.h.