URLBuilder::LocationInfo

URLBuilder::LocationInfo
struct LocationInfo {
  FileUse Use;
  String FileName;
  String ParentPath;
};
Description

LocationInfo is a structure that stores relevant information about a URL, such as the files usage, file name and parent path.

Data Members
Data Member 
Description 
Use 
The usage of the file denoted by a FileUse enum. 
The filename. 
The parent path of the file. 
Methods
Method 
Description 
Initialize LocationInfo. 
File

GFx_Loader.h