#include <filepath.h>
Base string type for a file path. For platforms where filenames are case significant (eg Unix) this class is a synonym for PString#. If it is for a platform where case is not significant (eg Win32, Mac) then this is a synonym for PCaselessString#.