Path helper functions. More...
Derived from: | None |
Derived by: | None |
Group: | IO Data (Core) |
#include <ClanLib/core.h>
Class Members:
Operations: | |
Path types. | |
Convert a relative path to an absolute path. | |
Converts an absolute path into a path relative to a base path. | |
Check if a path is absolute. | |
Check if a path is relative. | |
Normalize a path. | |
Add trailing slash or backslash to path. | |
Remove trailing slash or backslash from path. | |
Returns the drive (C:) or share name ( \ \ computer \ share) | |
Returns the path excluding the location and filename. | |
Splits the path, excluding the location, into parts. | |
Returns the path including the location. | |
Returns the filename part of a fullname. | |
Returns the basename part of a fullname. | |
Returns the extension part of a fullname. | |
Create a fullname from parts. | |
Concatenates two strings into one adding a trailing slash to first string if missing. |