NAnt Help Task Reference <deliisdir> | NAnt.Contrib.Tasks () |
A task to delete a specified IIS Virtual Directory in the Default Web Site.
Attribute | Type | Description | Required |
---|---|---|---|
vdirname | string | Name of the IIS Virtual Directory | True |
failonerror | bool | False | |
if | bool | False | |
unless | bool | False | |
verbose | bool | False |
Delete the TEMP IIS Virtual Directory.
<deliisdir vdirname="TEMP" />