PathUtil.LooksLikeLocalRootedFilePath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Heuristically determines whether the given string "looks like" a local rooted file path -- e.g. begins with a drive letter followed by ":", contains only valid path characters, etc.
public:
static bool LooksLikeLocalRootedFilePath(System::String ^ s);
public static bool LooksLikeLocalRootedFilePath (string s);
static member LooksLikeLocalRootedFilePath : string -> bool
Public Function LooksLikeLocalRootedFilePath (s As String) As Boolean
Parameters
- s
- String