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

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