virtual void BuildURL(String * ppath, const LocationInfo& loc);
BuildURL builds a new filename based on the provided filename and a parent path, stored in a LocationInfo structure. Uses IsPathAbsolute internally to determine if LocationInfo::FileName is absolute, in which case the parent path is not used to create the URL.
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. |