FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

GlobbingPatternExtensions Module

Contains extensions for glob pattern module.

Type extensions

Type extension Description

this.And

Full Usage: this.And

Parameters:
    pattern : string

Returns: IGlobbingPattern

Adds the given pattern to the file includes

Extended Type: IGlobbingPattern

pattern : string
Returns: IGlobbingPattern

this.ButNot

Full Usage: this.ButNot

Parameters:
    pattern : string

Returns: IGlobbingPattern

Ignores files with the given pattern

Extended Type: IGlobbingPattern

pattern : string
Returns: IGlobbingPattern

this.IsMatch

Full Usage: this.IsMatch

Parameters:
    path : string

Returns: bool

Checks if a particular file is matched

Extended Type: IGlobbingPattern

path : string
Returns: bool

this.Resolve

Full Usage: this.Resolve

Parameters:
    () : unit

Returns: IGlobbingPattern

Extended Type: IGlobbingPattern

() : unit
Returns: IGlobbingPattern

this.SetBaseDirectory

Full Usage: this.SetBaseDirectory

Parameters:
    dir : string

Returns: IGlobbingPattern

Sets a directory as BaseDirectory.

Extended Type: IGlobbingPattern

dir : string
Returns: IGlobbingPattern