OBSOLETE
Open Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem, module: ChangeWatcher)
ChangeWatcher
This module contains helpers to react to file system events.
Nested types and modules
Type | Description |
FileChange |
OBSOLETEOpen Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem, type: FileChange) |
FileStatus |
OBSOLETEOpen Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem, type: FileStatus) |
WatchChangesOption |
OBSOLETEOpen Fake.IO instead (FAKE0001 - package: Fake.IO.FileSystem, type: ChangeWatcher.Options) |
Functions and values
Function or value | Description | ||
WatchChanges
Signature: (seq<FileChange> -> unit) -> FileIncludes -> IDisposable
Attributes: [<Obsolete("Open Fake.IO and use ChangeWatcher.run instead (FAKE0001 - package: Fake.IO.FileSystem, module Fake.IO.ChangeWatcher, function: run)")>] |
OBSOLETEOpen Fake.IO and use ChangeWatcher.run instead (FAKE0001 - package: Fake.IO.FileSystem, module Fake.IO.ChangeWatcher, function: run) |
||
WatchChangesWithOptions(...)
Signature: options:WatchChangesOption -> onChange:(seq<FileChange> -> unit) -> fileIncludes:FileIncludes -> IDisposable
Attributes: [<Obsolete("Open Fake.IO and use ChangeWatcher.runWithOptions instead (FAKE0001 - package: Fake.IO.FileSystem, module Fake.IO.ChangeWatcher, function: runWithOptions)")>] |
OBSOLETEOpen Fake.IO and use ChangeWatcher.runWithOptions instead (FAKE0001 - package: Fake.IO.FileSystem, module Fake.IO.ChangeWatcher, function: runWithOptions) 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
|