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

GlobbingPattern

Functions and values

Function or valueDescription
create(x)
Signature: x:string -> IGlobbingPattern

Include files

createFrom(dir)
Signature: dir:string -> IGlobbingPattern

Start an empty globbing pattern from the specified directory

getBaseDirectoryIncludes(fileIncludes)
Signature: fileIncludes:IGlobbingPattern -> string list

Get base include directories. Used to get a smaller set of directories from a globbing pattern.

setBaseDir dir fileIncludes
Signature: dir:string -> fileIncludes:IGlobbingPattern -> IGlobbingPattern

Sets a directory as baseDirectory for fileIncludes.