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
RoboCopyHelper
Contains a task to use robocopy on Windows.
Nested types and modules
Type | Description |
RoboCopyOptions |
Functions and values
Function or value | Description |
RoboCopy source destination
Signature: source:string -> destination:string -> unit
|
Executes a RoboCopy command Parameters
|
RoboCopyMirror source destination
Signature: source:string -> destination:string -> unit
|
Executes a RoboCopy mirror command (potentially destructive) Parameters
|