RoboCopy Properties | MSBuild Extension Pack Help 4.0.12.0 |
The RoboCopy type exposes the following members.
Properties
Name | Description | |
---|---|---|
Destination |
Destination Dir (drive:\path or \\server\share\path).
|
|
Files |
File(s) to copy (names/wildcards: default is "*.*").
|
|
LogToConsole |
Set to true to log output to the console. 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).
|
See Also