Allolib
1.0
C++ Components For Interactive Multimedia
|
#include <C:/Users/Andres/source/repos/casm_viewer/external/tinc/external/allolib/include/al/io/al_File.hpp>
Static Public Member Functions | |
static bool | make (const std::string &path) |
Constructor. This does not attempt to open the directory. More... | |
static bool | remove (const std::string &path) |
Remove a directory. | |
static bool | removeRecursively (const std::string &path) |
Remove a directory recursively. | |
Filesystem directory
Definition at line 397 of file al_File.hpp.
|
static |
Constructor. This does not attempt to open the directory.
[in] | dirToOpen | path to directory to open Open a directory |
[in] | dirPath | path to directory |