File Properties
From TFS Build Extensions
The File type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Action |
Specifies the action to perform
| |
| Attributes |
The File attributes
| |
| Checksum |
Gets the file checksum
| |
| Files |
An ItemList of files to process. If calling SetAttributes, RemoveAttributes or AddAttributes, include the attributes in an Attributes metadata tag, separated by a semicolon.
| |
| Path |
A path to process or get. Use * for recursive folder processing. For the GetChecksum TaskAction, this indicates the path to the file to create a checksum for.
| |
| RegexPattern |
Sets the regex pattern.
| |
| Replacement |
The replacement text to use. Default is string.Empty
| |
| TargetPath |
Sets the TargetPath for a renamed file
| |
| TextEncoding |
The file encoding to write the new file in. The task will attempt to default to the current file encoding.
|