FileSystemExtensions Class

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(IFileSystem, DirectoryPath) bool
Determines if a specified DirectoryPath exist.
static
Exist(IFileSystem, FilePath) bool
Determines if a specified FilePath exist.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin