Location.

Location(string) Constructor

Summary

Creates a location consisting of a file name.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Location

Syntax

public Location(string fileName)

Remarks

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

Parameters

Name Type Description
fileName string

Return Value

Type Description
void