#include <string>
#include <vector>
Go to the source code of this file.
◆ FileSysUtilsCombinePaths()
| bool FileSysUtilsCombinePaths |
( |
const std::string & |
parent, |
|
|
const std::string & |
child, |
|
|
std::string & |
combined |
|
) |
| |
◆ FileSysUtilsFindFilesInPath()
| bool FileSysUtilsFindFilesInPath |
( |
const std::string & |
path, |
|
|
std::vector< std::string > & |
files |
|
) |
| |
◆ FileSysUtilsGetAbsolutePath()
| bool FileSysUtilsGetAbsolutePath |
( |
const std::string & |
path, |
|
|
std::string & |
absolute |
|
) |
| |
◆ FileSysUtilsGetCanonicalPath()
| bool FileSysUtilsGetCanonicalPath |
( |
const std::string & |
path, |
|
|
std::string & |
canonical |
|
) |
| |
◆ FileSysUtilsGetCurrentPath()
| bool FileSysUtilsGetCurrentPath |
( |
std::string & |
path | ) |
|
◆ FileSysUtilsGetParentPath()
| bool FileSysUtilsGetParentPath |
( |
const std::string & |
file_path, |
|
|
std::string & |
parent_path |
|
) |
| |
◆ FileSysUtilsIsAbsolutePath()
| bool FileSysUtilsIsAbsolutePath |
( |
const std::string & |
path | ) |
|
◆ FileSysUtilsIsDirectory()
| bool FileSysUtilsIsDirectory |
( |
const std::string & |
path | ) |
|
◆ FileSysUtilsIsRegularFile()
| bool FileSysUtilsIsRegularFile |
( |
const std::string & |
path | ) |
|
◆ FileSysUtilsParsePathList()
| bool FileSysUtilsParsePathList |
( |
const std::string & |
path_list, |
|
|
std::vector< std::string > & |
paths |
|
) |
| |
◆ FileSysUtilsPathExists()
| bool FileSysUtilsPathExists |
( |
const std::string & |
path | ) |
|