NAnt SDK Documentation - v0.92

MkDirTask.ExecuteTask Method 

Creates the directory specified by the Dir property.

[Visual Basic]
Overrides Protected Sub ExecuteTask()
[C#]
protected override void ExecuteTask();

Exceptions

Exception Type Condition
BuildException The directory could not be created.

See Also

MkDirTask Class | NAnt.Core.Tasks Namespace