







The RoboCopy type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Action |
Specifies the action to perform
|
![]() | Destination |
Destination Dir (drive:\path or \\server\share\path).
|
![]() | Files |
File(s) to copy (names/wildcards: default is "*.*").
|
![]() | LogToBuild |
Set to true to log output to the build progress screen. Default is false
|
![]() | Options |
Type 'robocopy.exe /?' at the command prompt for all available options
|
![]() | ReturnCode |
Gets the Return Code from RoboCopy
|
![]() | Source |
Source Directory (drive:\path or \\server\share\path).
|