ConvertToAbsolutePath task

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.

See also