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
ChangeWatcher
This module contains helpers to react to file system events.
Nested types and modules
Type | Description |
FileChange | |
FileStatus | |
WatchChangesOption |
Functions and values
Function or value | Description | ||
WatchChanges
Signature: (seq<FileChange> -> unit) -> FileIncludes -> IDisposable
|
|||
WatchChangesWithOptions(...)
Signature: options:WatchChangesOption -> onChange:(seq<FileChange> -> unit) -> fileIncludes:FileIncludes -> IDisposable
|
Watches the for changes in the matching files. Returns an IDisposable which allows to dispose all FileSystemWatchers. Parameters
Sample
namespace System
type Console =
static member BackgroundColor : ConsoleColor with get, set static member Beep : unit -> unit + 1 overload static member BufferHeight : int with get, set static member BufferWidth : int with get, set static member CapsLock : bool static member Clear : unit -> unit static member CursorLeft : int with get, set static member CursorSize : int with get, set static member CursorTop : int with get, set static member CursorVisible : bool with get, set ... System.Console.ReadLine() : string
val ignore : value:'T -> unit
|