Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

Globbing

This module contains a file pattern globbing implementation.

Functions and values

Function or valueDescription
globRegexCache
Signature: ConcurrentDictionary<string,Regex>
isMatch pattern path
Signature: pattern:string -> path:string -> bool
normalizePath(path)
Signature: path:string -> string