![]() |
YAP 7.1.0
|
A segment represents a single component of a path. More...
#include <cwalk.h>
Public Attributes | |
const char * | path |
const char * | segments |
const char * | begin |
const char * | end |
size_t | size |
A segment represents a single component of a path.
For instance, on linux a path might look like this "/var/log/", which consists of two segments "var" and "log"