Returns the fully qualified path.
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".
Requirements
- Assembly
- NAnt
.Core .dll - Namespace
-
NAnt
.Core .Functions