RoboCopy Members
From TFS Build Extensions
| TFS Build Extensions Help (v1.0.0.6) |
| RoboCopy Members |
| RoboCopy Class Constructors Properties See Also Send Feedback |
The RoboCopy type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RoboCopy |
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).
|