URLBuilder::IsProtocol

URLBuilder::IsProtocol
static bool SF_CDECL IsProtocol(const String& path);
Description

IsProtocol is a static helper function that examines whether a string is a file URL scheme or HTTP URL (http:// or file://)

Parameters
Parameters 
Description 
const String& path 
String holding the URL to be examined. 
Return Value

Returns true if input path is a HTTP or file URL.