V-ART
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
file.h
Go to the documentation of this file.
1
5
#ifndef VART_FILE_H
6
#define VART_FILE_H
7
8
#include <string>
9
10
namespace
VART {
16
class
File
{
17
public
:
18
// PUBLIC STATIC METHODS
27
static
std::string
GetPathFromString
(
const
std::string& fileName);
28
private
:
29
};
// end class declaration
30
}
// end namespace
31
#endif
VART::File::GetPathFromString
static std::string GetPathFromString(const std::string &fileName)
Definition:
file.cpp:9
VART::File
A File is a system indepentend representation for methods that work with files.
Definition:
file.h:16
Generated on Tue May 6 2014 15:09:54 for V-ART by
1.8.6