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.

See Also

Concepts

MSBuild Tasks

Other Resources

MSBuild Task Reference