Summary
Returns Absolute Path (Fix for 260 Char Limit of Path.GetFullPath(...))
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- FileUtils
Syntax
public static string GetFullPath(string path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | The file or directory for which to obtain absolute path information. |
Return Value
| Type | Description |
|---|---|
| string | Path Resolved |
