static bool SF_CDECL IsPathAbsolute(const char * putf8str);
IsPathAbsolute is a static method used to determine if the path is absolute. Relative paths should be concatenated in TranslateFilename, while absolute ones are used as-is.
Parameters |
Description |
const char * putf8str |
A pointer to a UTF-8 string containing the file path. |
A Boolean value that is true when the path is absolute and false if not.