|
Namespaces | |
detail | |
Functions | |
bool | directoryExists (const std::filesystem::path &p) |
void | ensureDirectoryExists (const std::filesystem::path &p, bool createIfNotExistent=false) |
void | ensureFileExists (const std::filesystem::path &p, bool createIfNotExistent=false) |
bool | fileExists (const std::filesystem::path &p) |
std::vector< std::filesystem::path > | getAllDirectories (const std::filesystem::path &p) |
std::vector< std::filesystem::path > | getAllFiles (const std::filesystem::path &p) |
std::vector< unsigned char > | readDataFromFile (const std::filesystem::path &p) |
std::filesystem::path | toPath (const std::filesystem::path &base, const armem::MemoryID &id) |
void | writeDataToFile (const std::filesystem::path &p, const std::vector< unsigned char > &data) |
bool armarx::armem::server::ltm::util::fs::directoryExists | ( | const std::filesystem::path & | p | ) |
void armarx::armem::server::ltm::util::fs::ensureDirectoryExists | ( | const std::filesystem::path & | p, |
bool | createIfNotExistent = false |
||
) |
Definition at line 142 of file filesystem.cpp.
void armarx::armem::server::ltm::util::fs::ensureFileExists | ( | const std::filesystem::path & | p, |
bool | createIfNotExistent = false |
||
) |
Definition at line 159 of file filesystem.cpp.
bool armarx::armem::server::ltm::util::fs::fileExists | ( | const std::filesystem::path & | p | ) |
std::vector<std::filesystem::path> armarx::armem::server::ltm::util::fs::getAllDirectories | ( | const std::filesystem::path & | p | ) |
Definition at line 202 of file filesystem.cpp.
std::vector<std::filesystem::path> armarx::armem::server::ltm::util::fs::getAllFiles | ( | const std::filesystem::path & | p | ) |
Definition at line 221 of file filesystem.cpp.
std::vector<unsigned char> armarx::armem::server::ltm::util::fs::readDataFromFile | ( | const std::filesystem::path & | p | ) |
std::filesystem::path armarx::armem::server::ltm::util::fs::toPath | ( | const std::filesystem::path & | base, |
const armem::MemoryID & | id | ||
) |
Definition at line 94 of file filesystem.cpp.
void armarx::armem::server::ltm::util::fs::writeDataToFile | ( | const std::filesystem::path & | p, |
const std::vector< unsigned char > & | data | ||
) |