Summary
Checks if a string containing a path is a full path.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .Issues - Containing Type
- StringPathExtensions
Syntax
public static bool IsFullPath(this string path)
Parameters
Name | Type | Description |
---|---|---|
path | string | Path which should be checked |
Return Value
Type | Description |
---|---|
bool | True if full path. |