diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/doc/plugins/commandml-plugin/commandml.rst --- a/configurationengine/doc/plugins/commandml-plugin/commandml.rst Fri Mar 12 08:30:17 2010 +0200 +++ b/configurationengine/doc/plugins/commandml-plugin/commandml.rst Tue Aug 10 14:29:28 2010 +0300 @@ -178,6 +178,12 @@ +NOTE! In CommandML localPath is handled as any other string, so don't expect the localPaths of file and folder settings +to work directly. A localPath is just a string that references files and folders under the configuration project content +(e.g. 'somedir/somefile.txt', which could physically be located under 'somelayer/content/somedir/somefile.txt'). +If you need an absolute path to the actual file, you need to obtain that yourself using the ConE API. You may +also need to write the file to a temporary folder, since we might be generating from a CPF. + Element **************************