Namespaces | Functions

include/VR3File.h File Reference

File functions utility header file. More...

#include <string>
Include dependency graph for VR3File.h:

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.

Detailed Description

File functions utility header file.

Author:
Daniele Giannetti
Version:
1.0
Date:
August 2010

This header file declares some utility functions to work with files, trying to mantain cross-platform functionalities.

Definition in file VR3File.h.

 All Classes Namespaces Files Functions Variables Typedefs Friends Defines