Method IsPathFullyQualified
IsPathFullyQualified(string)
Indicates whether given path is a fully qualified path location.
public static bool IsPathFullyQualified(string path)
Parameters
path
stringPath to examine.
Returns
- bool
True if the path is an absolute path; otherwise, false.