Globber Class

Summary

Helper methods to work with globbing patterns.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.IO.Globbing
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Globber"] class Type type-node

Syntax

public static class Globber

Methods

Name Value Summary
ExpandBraces(string) IEnumerable<string>
Expands all brace ranges in a pattern, returning a sequence containing every possible combination.
static
GetFiles(IDirectory, IEnumerable<string>) IEnumerable<IFile>
Gets files from the specified directory using globbing patterns.
static
GetFiles(IDirectory, string[]) IEnumerable<IFile>
Gets files from the specified directory using globbing patterns.
static
GitHub