Cake.Path addin
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.
Contains functionality for manipulating the path.
General
AddToPath Alias from Cake.Path addin |
Adds a value to the path. |
AddToPath Alias from Cake.Path addin |
Adds a value to the path. |
GetEnvironmentPath 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 Alias from Cake.Path addin |
Removes a value from the path. |
RemoveFromPath Alias from Cake.Path addin |
Removes a value from the path. |
Cake.PathTildeHelper addin
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.PathTildeHelper.
Path tilde (~) helpers. An alias for Cake Build to help translate leading tilde (~) characters into paths with the current user.
General
PathReplaceTilde 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 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. |