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

Glob Module

This module contains a file pattern globbing implementation. This module is part of the Fake.IO.FileSystem package

Functions and values

Function or value Description

Glob.isMatch pattern path

Full Usage: Glob.isMatch pattern path

Parameters:
    pattern : string - The glob pattern to use
    path : string - The path to check

Returns: bool

Check if the given path follows the given pattern

pattern : string

The glob pattern to use

path : string

The path to check

Returns: bool

Glob.normalizePath path

Full Usage: Glob.normalizePath path

Parameters:
    path : string - The path to normalize

Returns: string
Modifiers: inline

Normalizes path for different OS

path : string

The path to normalize

Returns: string