Author: sebb
Date: Wed Jun 6 21:49:10 2012
New Revision: 1347152
URL: http://svn.apache.org/viewvc?rev=1347152&view=rev
Log:
Alternative solution
Modified:
jmeter/trunk/xdocs/usermanual/functions.xml
Modified: jmeter/trunk/xdocs/usermanual/functions.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1347152&r1=1347151&r2=1347152&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Wed Jun 6 21:49:10 2012
@@ -84,7 +84,9 @@ and need to be referenced using the __P
</note>
<note>
When using \ before a variable for a windows path for example C:\test\${test},
ensure you escape the \ otherwise JMeter will not interpret the variable,
example:
-C:\\test\\${test}
+C:\\test\\${test}.
+<br></br>
+Alternatively, just use / instead for the path separator - e.g.
C:/test/${test} - Windows JVMs will convert the separators as necessary.
</note>
<p>List of functions, loosely grouped into types.</p>
<table border="1">