#include "Basics_DirUtils.hxx"
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <dirent.h>
#include <unistd.h>
Namespaces | |
namespace | Kernel_Utils |
Macros | |
#define | _separator_ '/' |
Functions | |
std::string | Kernel_Utils::GetBaseName (const std::string &file_path) |
std::string | Kernel_Utils::GetDirName (const std::string &file_path) |
std::string | Kernel_Utils::GetTmpDirByEnv (const std::string &tmp_path_env) |
std::string | Kernel_Utils::GetTmpDirByPath (const std::string &tmp_path) |
std::string | Kernel_Utils::GetTmpDir () |
std::string | Kernel_Utils::GetTmpFileName () |
bool | Kernel_Utils::IsExists (const std::string &thePath) |
bool | Kernel_Utils::IsWritable (const std::string &thePath) |
std::string | Kernel_Utils::GetDirByPath (const std::string &thePath) |
bool | Kernel_Utils::IsEmptyDir (const std::string &thePath) |
#define _separator_ '/' |