#include <UFile.h>
Public Member Functions | |
void | copy (const std::string &to) |
bool | exists () |
std::string | getExtension () |
std::string | getName () |
bool | isValid () |
long | length () |
int | rename (const std::string &newName) |
UFile (const std::string &path) | |
~UFile () | |
Static Public Member Functions | |
static void | copy (const std::string &from, const std::string &to) |
static int | erase (const std::string &filePath) |
static bool | exists (const std::string &filePath) |
static std::string | getExtension (const std::string &filePath) |
static std::string | getName (const std::string &filePath) |
static long | length (const std::string &filePath) |
static int | rename (const std::string &oldFilePath, const std::string &newFilePath) |
Private Attributes | |
std::string | path_ |
This class can be used to modify/erase files on hard drive.
|
inline |
|
static |
|
inline |
|
static |
|
inline |
|
static |
|
inline |
|
static |
|
inline |
|
static |
|
inline |
|
inline |
|
static |
|
inline |
|
static |
|
private |