configurationengine/doc/plugins/commandml-plugin/commandml.rst
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- 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 @@
 	<argument value="--add-setting-file=c:\temp.txt" />
 	<argument value="${preinstallmeta.product}"/>
 
+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.
+
 <pipe> Element
 **************************