Summary
Contains extensions for
IFileSystem
.
- Namespace
- Cake
.Core .IO - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["FileSystemExtensions"]
class Type type-node
Syntax
public static class FileSystemExtensions
Methods
Name | Value | Summary |
---|---|---|
Exist |
bool |
Determines if a specified
DirectoryPath exist.
static
|
Exist |
bool |
Determines if a specified
FilePath exist.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|