Returns the fully qualified path.
A string containing the fully qualified location of path, such as "C:\MyFile.txt".
Exception Type | Condition |
---|---|
ArgumentException | path is a zero-length string, contains only white space, or contains one or more invalid characters. |
NotSupportedException | path contains a colon (":"). |
PathTooLongException | The specified path, file name, or both exceed the system-defined maximum length. |
PathFunctions Class | NAnt.Core.Functions Namespace