ExtractFilePath is a static method that modifies path to not include the filename. It leaves the trailing /.
Parameters |
Description |
String * ppath |
A pointer to the string containing the file path. This value will be overwritten by the extracted file path. |
A Boolean value of true if extracting was successful. If the value is false, the path did not contain neither ' ' nor '/'.