CatapultServer  v0.5.0.1 (Elephant)
PathUtils.h File Reference
Include dependency graph for PathUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::utils
 

Functions

constexpr bool catapult::utils::IsDirectorySeparator (char ch)
 Gets a value indicating whether or not ch is a directory separator. More...
 
constexpr const char * catapult::utils::AdvanceToEnd (const char *str)
 Advances str to its end (the NUL terminator). More...
 
constexpr const char * catapult::utils::ExtractFilename (const char *fullPath)
 
constexpr const char * catapult::utils::ExtractDirectoryAndFilename (const char *fullPath)
 
constexpr RawString catapult::utils::ExtractDirectoryName (const char *fullPath)