Summary
Returns the absolute path for the given path item.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core .FileSystem - Containing Type
- PathUtilities
Syntax
public static string GetAbsolutePath(string path, string basePath)
Parameters
Name | Type | Description |
---|---|---|
path | string | The path |
basePath | string | The full path to the base directory. |
Return Value
Type | Description |
---|---|
string | The absolute path. |