Method IsPathValid
IsPathValid(string)
Indicates whether a given path contains only characters for path names.
public static bool IsPathValid(string path)
Parameters
path
stringPath to check.
Returns
- bool
True if successful; otherwise, false.