GME
13
|
#include <FileHelp.h>
Static Public Member Functions | |
static bool | isFileReadOnly (const std::string &p_file) |
static bool | isFileReadOnly2 (const std::string &p_file, bool *p_ptrExists) |
static bool | isFileReadWrite (const std::string &p_file) |
static bool | isFile (const std::string &p_dirOrFile) |
static bool | isDir (const std::string &p_dir) |
static bool | fileExist (const std::string &p_file) |
Definition at line 3 of file FileHelp.h.
bool FileHelp::fileExist | ( | const std::string & | p_file | ) | [static] |
Definition at line 6 of file FileHelp.cpp.
bool FileHelp::isDir | ( | const std::string & | p_dir | ) | [static] |
Definition at line 28 of file FileHelp.cpp.
bool FileHelp::isFile | ( | const std::string & | p_dirOrFile | ) | [static] |
Definition at line 16 of file FileHelp.cpp.
bool FileHelp::isFileReadOnly | ( | const std::string & | p_file | ) | [static] |
Definition at line 40 of file FileHelp.cpp.
bool FileHelp::isFileReadOnly2 | ( | const std::string & | p_file, |
bool * | p_ptrExists | ||
) | [static] |
Definition at line 52 of file FileHelp.cpp.
bool FileHelp::isFileReadWrite | ( | const std::string & | p_file | ) | [static] |
Definition at line 67 of file FileHelp.cpp.