FAKE - F# Make


XCopyHelper

Contains a task to use XCOPY on Windows.

Functions and values

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

Executes a XCopy command

Parameters

  • source - The source directory
  • destination - The target directory
Fork me on GitHub