Summary
Gets the working directory for the application.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- ResGenTask
Syntax
public override DirectoryInfo BaseDirectory { get; set; }
Value
Type | Description |
---|---|
DirectoryInfo | The working directory for the application. |