Globber Class
Helper methods to work with globbing patterns.
Namespace
Statiq.Common
Base Types
  • object
graph BT Type-->Base0["object"] Type["Globber"] class Type type-node

Syntax

public static class Globber

Methods

Name Return Value Summary
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