static void SF_CDECL DefaultBuildURL(String * ppath, const LocationInfo& loc);
DefaultBuildURL is a default implementation used by BuildURL to build a new filename path based on the the provided filename and parent path.
|
Parameters |
Description |
|
String * ppath |
A pointer to where the new URL will be stored. |
|
const LocationInfo& loc |
An object containing data describing a file's location and usage. See LocationInfo. |