CombinePath Task
Combines the specified paths into a single path.
Task Parameters
The following table describes the parameters of the CombinePath Task.
Parameter |
Description |
---|---|
BasePath |
Required String parameter. The base path to combine with the other paths. Can be a relative path, absolute path, or blank. |
Paths |
Required ITaskItem[] parameter. A list of individual paths to combine with the BasePath to form the combined path. Paths can be relative or absolute. |
CombinedPaths |
Optional ITaskItem[] output parameter. The combined path that is created by this task. |
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.