URLBuilder::ExtractFilePath

URLBuilder::ExtractFilePath
static bool SF_CDECL ExtractFilePath(String * ppath);
Description

ExtractFilePath is a static method that modifies path to not include the filename. It leaves the trailing /.

Parameters
Parameters 
Description 
String * ppath 
A pointer to the string containing the file path. This value will be overwritten by the extracted file path. 
Return Value

A Boolean value of true if extracting was successful. If the value is false, the path did not contain neither ' ' nor '/'.