NAnt SDK Documentation - v0.92

Location Constructor (String)

Creates a location consisting of a file name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fileName As String _
)
[C#]
public Location(
   string fileName
);

Remarks

fileName can be a local URI resource, e.g., file:///C:/WINDOWS/setuplog.txt.

See Also

Location Class | NAnt.Core Namespace | Location Constructor Overload List