FAKE - F# Make


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
Fork me on GitHub