Summary
Normalize path string.
All
/
are changed to \
.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .Issues - Containing Type
- StringPathExtensions
Syntax
public static string NormalizePath(this string path)
Parameters
Name | Type | Description |
---|---|---|
path | string | Path string to normalize. |
Return Value
Type | Description |
---|---|
string | Normalized path string. |