IsProtocol is a static helper function that examines whether a string is a file URL scheme or HTTP URL (http:// or file://)
Parameters |
Description |
const String& path |
String holding the URL to be examined. |
Returns true if input path is a HTTP or file URL.