Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 474 Bytes

File metadata and controls

14 lines (9 loc) · 474 Bytes

FilesFolders.IsLocationPathString method

This checks whether a given string is a directory path or network location string. It does not check if location actually exists.

public static bool IsLocationPathString(this string querySearchString)

See Also