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

TypeDescription
RoboCopyOptions

Functions and values

Function or valueDescription
RoboCopy source destination
Signature: source:string -> destination:string -> unit

Executes a RoboCopy command

Parameters

  • source - The source directory
  • destination - The target directory
RoboCopyMirror source destination
Signature: source:string -> destination:string -> unit

Executes a RoboCopy mirror command (potentially destructive)

Parameters

  • source - The source directory
  • destination - The target directory