util::Location
holds a path specification for a filesystem ???
Public Member Functions | |
Constructors | |
Location (const char *path) | |
create a location based on a path given as a C string | |
Location (void) | |
create a location based on the TMP directory (or current) | |
~Location (void) | |
destructor | |
Assignment operations | |
Location & | operator= (const Location &location) |
assign new complete filename | |
Properties | |
bool | isExistent (void) const |
determine whether a path exists on file system | |
bool | isAbsolute (void) const |
determine whether path has an absolute path specification | |
void | makeDirectory (void) const |
create a directory | |
Parts | |
const char * | getAsCString (void) const |
return full pathename as a C string pointer | |
operator const char * (void) const |
|
create a location based on a path given as a C string
|
|
create a location based on the TMP directory (or current)
|
|
destructor
|
|
assign new complete filename
|
|
determine whether a path exists on file system
|
|
determine whether path has an absolute path specification
|
|
create a directory
|
|
return full pathename as a C string pointer
|
|
|