#include <C:/Users/Andres/source/repos/casm_viewer/external/tinc/external/allolib/include/al/io/al_File.hpp>
|
| FilePath (const std::string &file, const std::string &path) |
|
| FilePath (const std::string &fullpath) |
|
const std::string & | file () const |
| Get file name without directory.
|
|
const std::string & | path () const |
| Get path (directory) of file.
|
|
std::string | filepath () const |
| Get file with directory.
|
|
bool | valid () const |
| Returns whether file part is valid.
|
|
FilePath & | file (const std::string &v) |
| Set file name without directory.
|
|
FilePath & | path (const std::string &v) |
| Set path (directory) of file.
|
|
|
std::string | mPath |
|
std::string | mFile |
|
A pair of path (folder/directory) and file name
Definition at line 81 of file al_File.hpp.
◆ FilePath() [1/2]
al::FilePath::FilePath |
( |
const std::string & |
file, |
|
|
const std::string & |
path |
|
) |
| |
- Parameters
-
[in] | file | File name without directory |
[in] | path | Directory of file |
◆ FilePath() [2/2]
al::FilePath::FilePath |
( |
const std::string & |
fullpath | ) |
|
|
explicit |
- Parameters
-
[in] | fullpath | Full path to file (directory + file name) |
The documentation for this class was generated from the following file: