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.
Summary
Path tilde (~) helpers.
An alias for Cake Build to help translate leading tilde (~) characters into paths with the current user.
- Assembly
- Cake
.PathTildeHelper .dll - Namespace
- Cake
.PathTildeHelper - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["PathTildeHelper"]
class Type type-node
Syntax
public static class PathTildeHelper
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
PathReplaceTilde |
DirectoryPath |
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.
static
|
PathReplaceTilde |
FilePath |
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.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|