Allolib  1.0
C++ Components For Interactive Multimedia
al::Dir Class Reference

#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.
 

Detailed Description

Filesystem directory

Definition at line 397 of file al_File.hpp.

Member Function Documentation

◆ make()

static bool al::Dir::make ( const std::string &  path)
static

Constructor. This does not attempt to open the directory.

Parameters
[in]dirToOpenpath to directory to open Open a directory
[in]dirPathpath to directory
Returns
whether the directory was successfully opened Close directory
whether directory was successfully closed Read the next entry in the currently opened directory No ordering is guaranteed for the entries read.
whether there is another entry to read Get current directory entry (file) information Go back to first entry in directory Make a directory

The documentation for this class was generated from the following file: