This documentation is archived and is not being maintained.
Delete Task
Visual Studio 2008
Deletes the specified files.
The following table describes the parameters of the Delete task.
Parameter | Description |
|---|---|
DeletedFiles | Optional ITaskItem[] output parameter. Specifies the files that were successfully deleted. |
Files | Required ITaskItem[] parameter. Specifies the files to delete. |
TreatErrorsAsWarnings | Optional Boolean parameter If true, errors are logged as warnings. The defalut value is false. |
Show: