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.Path.
Summary
Contains functionality for manipulating the path.
- Assembly
- Cake
.Path .dll - Namespace
- Cake
.Path - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["PathAliases"]
class Type type-node
Syntax
public static class PathAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
AddToPath |
void |
Adds a value to the path.
static
|
AddToPath |
void |
Adds a value to the path.
static
|
GetEnvironmentPath |
string |
Gets the environment's path.
static
|
GetEnvironmentPath |
string |
Gets the environment's path.
static
|
ReloadPath |
void |
Reloads an in process path.
static
|
RemoveFromPath |
void |
Removes a value from the path.
static
|
RemoveFromPath |
void |
Removes a value from the path.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|