path::get-full-path

Returns the fully qualified path.

Usage

string path::get-full-path(path)

Parameters

Name Type Description
path string The file or directory for which to obtain absolute path information.

Return Value

A string containing the fully qualified location of path, such as "C:\MyFile.txt".

Exceptions

The function will fail in any of the following circumstances:

Requirements

Assembly: NAnt.Core (0.91.4312.0)