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 @@
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.
from
values are
prefixes of other from
values.
-If the refid
attribute is not specified, then a
- nested <path>
element must be supplied. See
- Path-like Structures for details.
If the refid
attribute is not specified, then one or more
+ nested Resource
+Collections must be supplied.
A single nested
<mapper>
element can be specified