This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.BitDiffer.
Summary
Normalization of the file path, depending on OS
- Assembly
- Cake
.BitDiffer .dll - Namespace
- Cake
.BitDiffer - Containing Type
- Extensions
Syntax
public static string GetNormalizedAbsolutePath(this FilePath path, ICakeEnvironment environment)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | Path |
environment | ICakeEnvironment | Cake environment |
Return Value
Type | Description |
---|---|
string | Normalized full path of the file |