|
Functions | |
bool | checkIfFileInFilesystemExists (const std::filesystem::path &p) |
bool | checkIfFolderInFilesystemExists (const std::filesystem::path &p) |
void | ensureFileInFilesystemExists (const std::filesystem::path &p) |
void | ensureFolderInFilesystemExists (const std::filesystem::path &p, bool createIfNotExistent) |
std::vector< std::string > | getAllFilesystemDirectories (const std::filesystem::path path) |
std::vector< std::string > | getAllFilesystemFiles (const std::filesystem::path path) |
size_t | getSizeOfDirectory (const std::filesystem::path &p) |
std::vector< unsigned char > | readDataFromFilesystemFile (const std::filesystem::path path) |
void | writeDataInFilesystemFile (const std::filesystem::path &p, const std::vector< unsigned char > &data) |
bool checkIfFileInFilesystemExists | ( | const std::filesystem::path & | p | ) |
bool checkIfFolderInFilesystemExists | ( | const std::filesystem::path & | p | ) |
void ensureFileInFilesystemExists | ( | const std::filesystem::path & | p | ) |
void ensureFolderInFilesystemExists | ( | const std::filesystem::path & | p, |
bool | createIfNotExistent | ||
) |
std::vector< std::string > getAllFilesystemDirectories | ( | const std::filesystem::path | path | ) |
std::vector< std::string > getAllFilesystemFiles | ( | const std::filesystem::path | path | ) |
size_t getSizeOfDirectory | ( | const std::filesystem::path & | p | ) |
Definition at line 12 of file filesystem_util.cpp.
std::vector< unsigned char > readDataFromFilesystemFile | ( | const std::filesystem::path | path | ) |
void writeDataInFilesystemFile | ( | const std::filesystem::path & | p, |
const std::vector< unsigned char > & | data | ||
) |