Go to the source code of this file.
Namespaces | |
namespace | fs |
namespace | fs::sys |
namespace | fs::sys::fdr |
Classes | |
class | fs::sys::fdr::DirLst_t |
Directory list. More... | |
Functions | |
const char * | fs::sys::fdr::GetPathSpr () |
Returns a platform dependent path separator (as a string). | |
const char * | fs::sys::fdr::GetNewLn () |
Returns a system dependent new-line code (as a string). | |
const char * | fs::sys::fdr::GetAppDir () |
Returns the app startup full directory path (with the separ. at the end). | |
bool | fs::sys::fdr::IsDirExist (const char *pszFullDir) |
Checks if the given full directory path exists. | |
bool | fs::sys::fdr::MakeDir (const char *pszFullDir) |
Creates a directory structure according to the given full dir. path. | |
void | fs::sys::fdr::NicePath (char *pszOut, const char *pszDir, const char *pszFile=0) |
Merges and decorates two given parts of a path. |