Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
Please use Fake.IO.Globbing.Glob instead
Globbing
This module contains a file pattern globbing implementation.
Functions and values
Function or value | Description |
globRegexCache
Signature: ConcurrentDictionary<string,Regex>
Attributes: [<Obsolete("This is no longer supported, please open an issue if you had a need for it.")>] |
OBSOLETEThis is no longer supported, please open an issue if you had a need for it. |
isMatch pattern path
Signature: pattern:string -> path:string -> bool
Attributes: [<Obsolete("Please use Fake.IO.Globbing.Glob instead")>] |
OBSOLETEPlease use Fake.IO.Globbing.Glob instead |
normalizePath(path)
Signature: path:string -> string
Attributes: [<Obsolete("Please use Fake.IO.Globbing.Glob instead")>] |
OBSOLETEPlease use Fake.IO.Globbing.Glob instead |