Summary
Checks if a string containing a path is a valid path string.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .Issues - Containing Type
- StringPathExtensions
Syntax
public static bool IsValidPath(this string path)
Parameters
Name | Type | Description |
---|---|---|
path | string | Path to check. |
Return Value
Type | Description |
---|---|
bool | True if valid path. |