ExternalProgramBase.

BaseDirectory Property

Summary

Gets the working directory for the application.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
ExternalProgramBase

Syntax

public virtual DirectoryInfo BaseDirectory { get; set; }

Value

Type Description
DirectoryInfo The working directory for the application.