URLBuilder::LocationInfo::LocationInfo

URLBuilder::LocationInfo::LocationInfo
LocationInfo(FileUse use, const String& filename = "", const String& parentPath = "");
Description

Initialize LocationInfo.

Parameters
Parameters 
Description 
FileUse use 
A FileUse enum value describing the files usage. 
const String& filename = "" 
The parent path as a String
const String& parentPath = "" 
The parent path as a const char*.