TPathName allows clients to specify the file system entity via a pathname. TPathName accepts an absolute path or a relative path and requires a parser for the pathname you pass in.
TPathNameParser is an abstract base class that defines the structure for all system-dependent pathname parsers.
TUnixPathNameParser is a concrete class that defines how to parse valid UNIX paths.