34 #ifndef PTLIB_FILEPATH_H 35 #define PTLIB_FILEPATH_H 289 static bool IsAbsolutePath(
301 #include "msos/ptlib/filepath.h" 303 #include "unix/ptlib/filepath.h" 308 #endif // PTLIB_FILEPATH_H PString & operator=(const PString &str)
Assign the string to the current object.
#define PCLASSINFO(cls, par)
Declare all the standard PTLib class information.
Definition: object.h:1049
This class describes a full description for a file on the particular platform.
Definition: filepath.h:65
BOOL PBoolean
Definition: object.h:102
Class to represent a directory in the operating system file system.
Definition: pdirect.h:182
PString & operator+=(const PString &str)
Concatenate a string to another string, modifiying that string.
virtual void AssignContents(const PContainer &c)
Copy the container contents.
The character string class.
Definition: pstring.h:108
Base string type for a file path.
Definition: filepath.h:48
Abstract class to embody the base functionality of a container.
Definition: contain.h:104