URLBuilder::IsPathAbsolute

URLBuilder::IsPathAbsolute
static bool SF_CDECL IsPathAbsolute(const char * putf8str);
Description

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
Parameters 
Description 
const char * putf8str 
A pointer to a UTF-8 string containing the file path. 
Return Value

A Boolean value that is true when the path is absolute and false if not.