GlobbingAliases Class

Summary

Contains functionality related to file system globbing.
Namespace
Cake.Common.IO
Base Types
  • object
graph BT Type-->Base0["object"] Type["GlobbingAliases"] class Type type-node

Syntax

[CakeAliasCategory("Globbing")]
public static class GlobbingAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
GetDirectories(ICakeContext, GlobPattern, GlobberSettings) DirectoryPathCollection
Gets all directories matching the specified pattern.
static
GetDirectories(ICakeContext, GlobPattern) DirectoryPathCollection
Gets all directories matching the specified pattern.
static
GetFiles(ICakeContext, GlobPattern, GlobberSettings) FilePathCollection
Gets all files matching the specified pattern.
static
GetFiles(ICakeContext, GlobPattern) FilePathCollection
Gets all files matching the specified pattern.
static
GetPaths(ICakeContext, GlobPattern, GlobberSettings) PathCollection
Gets all paths matching the specified pattern.
static
GetPaths(ICakeContext, GlobPattern) PathCollection
Gets all paths matching the specified pattern.
static

Extension Methods

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