#include <Filesystem.hpp>
Definition at line 9 of file Filesystem.hpp.
◆ getDirectoriesIn()
| std::vector< std::string > BARE2D::Filesystem::getDirectoriesIn |
( |
std::string |
path | ) |
|
|
static |
Gets all the names of directories at the given path.
- Parameters
-
- Returns
- A vector of string names of directories
Definition at line 7 of file Filesystem.cpp.
◆ getFilesIn()
| std::vector< std::string > BARE2D::Filesystem::getFilesIn |
( |
std::string |
path | ) |
|
|
static |
◆ getWorkingDirectory()
| std::string BARE2D::Filesystem::getWorkingDirectory |
( |
| ) |
|
|
static |
- Returns
- The path to the program's working directory.
Definition at line 51 of file Filesystem.cpp.
The documentation for this class was generated from the following files: