ConvertToAbsolutePath Task
Visual Studio 2015
For the latest documentation on Visual Studio 2017, see Visual Studio 2017 Documentation.
For the latest documentation on Visual Studio 2017, see ConvertToAbsolutePath Task on docs.microsoft.com. Converts a relative path, or reference, into an absolute path.
The following table describes the parameters of the ConvertToAbsolutePath task.
| Parameter | Description |
|---|---|
Paths | Required ITaskItem[] parameter.The list of relative paths to convert to absolute paths. |
AbsolutePaths | Optional ITaskItem[] output parameter.The list of absolute paths for the items that were passed in. |
In addition to the parameters listed above, this task inherits parameters from the TaskExtension class, which itself inherits from the Task class. For a list of these additional parameters and their descriptions, see TaskExtension Base Class.
Show: