This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
ConvertToAbsolutePath Task
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. |