licornea_tools
|
#include <string>
Go to the source code of this file.
Namespaces | |
tlz | |
Functions | |
std::string | tlz::filename_parent (const std::string &filename) |
std::string | tlz::filename_append (const std::string &a, const std::string &b) |
std::string | tlz::get_current_directory () |
bool | tlz::file_exists (const std::string &filename) |
bool | tlz::is_directory (const std::string &filename) |
bool | tlz::is_file (const std::string &filename) |
std::size_t | tlz::file_size (const std::string &filename) |
void | tlz::make_directory (const std::string &dirname) |
void | tlz::make_parent_directories (const std::string &filename) |
void | tlz::delete_file (const std::string &filename) |