diff --git a/docs/manual/CoreTasks/pathconvert.html b/docs/manual/CoreTasks/pathconvert.html index d5d861191..96a4c5c04 100644 --- a/docs/manual/CoreTasks/pathconvert.html +++ b/docs/manual/CoreTasks/pathconvert.html @@ -10,12 +10,12 @@

Pathconvert

Description

-

Converts a nested <path> or reference to a Path, -FileSet, DirSet, or FileList into a path -form for a particular platform, and stores the result in a given property. -It can also be used when you need -to convert a Path, FileSet, or DirSet into a list, separated by a given -character, such as a comma or space, or, conversely, to convert a list +

Converts a nested +ResourceCollection, or a reference to one, into a path +form for a particular platform, optionally storing the result into +a given property. It can also be used when you need +to convert a Resource Collection into a list, separated by a given +character, such as a comma or space, or, conversely, e.g. to convert a list of files in a FileList into a path.

Nested <map> elements can be specified to map Windows @@ -62,7 +62,7 @@ drive letters to Unix paths, and vice-versa.

property The name of the property in which to place the converted path. - Yes + No, result will be logged if unset refid @@ -112,10 +112,10 @@ and only the first matching map element is applied. So, the ordering of your map elements can be important, if any from values are prefixes of other from values.

-

path

-

If the refid attribute is not specified, then a - nested <path> element must be supplied. See - Path-like Structures for details.

+

Resource Collections

+

If the refid attribute is not specified, then one or more + nested Resource +Collections must be supplied.

mapper

A single nested <mapper> element can be specified