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