ConvertToAbsolutePath Task
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Converts a relative path, or reference, into an absolute path.
Task Parameters
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. |
Remarks
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.