Path aliases

Cake.Path addin

Contains functionality for manipulating the path.

General

AddToPath(DirectoryPath, PathSettings)
Alias from Cake.Path addin
Adds a value to the path.
AddToPath(DirectoryPath)
Alias from Cake.Path addin
Adds a value to the path.
GetEnvironmentPath(PathSettings)
Alias from Cake.Path addin
Gets the environment's path.
GetEnvironmentPath()
Alias from Cake.Path addin
Gets the environment's path.
ReloadPath()
Alias from Cake.Path addin
Reloads an in process path.
RemoveFromPath(DirectoryPath, PathSettings)
Alias from Cake.Path addin
Removes a value from the path.
RemoveFromPath(DirectoryPath)
Alias from Cake.Path addin
Removes a value from the path.

Cake.PathTildeHelper addin

Path tilde (~) helpers. An alias for Cake Build to help translate leading tilde (~) characters into paths with the current user.

General

PathReplaceTilde(DirectoryPath)
Alias from Cake.PathTildeHelper addin
Creates a path string with any leading tilde (~) character, used to denote the current user path, replaced with the absolute path to the current user's directory.
PathReplaceTilde(FilePath)
Alias from Cake.PathTildeHelper addin
Creates a path string with any leading tilde (~) character, used to denote the current user path, replaced with the absolute path to the current user's directory.