18 #include "lfilesystem/lfilesystem_Export.h"
28 using Path = std::filesystem::path;
LFILE_EXPORT Path largestCommonPrefix(const Path &path1, const Path &path2)
Returns the largest prefix path fragment common to path1 and path2 .
LFILE_EXPORT Path normalizePath(const Path &path)
This function takes an input path and does some linting and transformations to create a consistent,...
LFILE_EXPORT bool isValidPath(const Path &path)
Tests whether the passed path contains any invalid characters or character sequences,...
std::filesystem::path Path
Convenience typedef for filesystem paths.