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 |
Full Usage:
Glob.isMatch pattern path
Parameters:
string
-
The glob pattern to use
path : string
-
The path to check
Returns: bool
|
|
Full Usage:
Glob.normalizePath path
Parameters:
string
-
The path to normalize
Returns: string
Modifiers: inline |
|