|
lfilesystem
0.0.1
C++ filesystem library
|
This file defines some utility functions for working with paths. More...
#include <filesystem>#include "lfilesystem/lfilesystem_Export.h"
Include dependency graph for lfilesystem_Paths.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| limes::files | |
| Filesystem utilities. | |
Functions | |
| LFILE_EXPORT bool | limes::files::isValidPath (const Path &path) |
Tests whether the passed path contains any invalid characters or character sequences, such as :: . More... | |
| LFILE_EXPORT Path | limes::files::largestCommonPrefix (const Path &path1, const Path &path2) |
Returns the largest prefix path fragment common to path1 and path2 . More... | |
| LFILE_EXPORT Path | limes::files::normalizePath (const Path &path) |
| This function takes an input path and does some linting and transformations to create a consistent, canonical form of the path. More... | |
This file defines some utility functions for working with paths.
Definition in file lfilesystem_Paths.h.