Author: laukpe
Date: Tue Feb 24 06:05:37 2009
New Revision: 1345
Modified:
trunk/doc/userguide/RobotFrameworkUserGuide.html
trunk/doc/userguide/src/CreatingTestData/Variables.txt
Log:
doc for ${EXECDIR}
Modified: trunk/doc/userguide/RobotFrameworkUserGuide.html
==============================================================================
--- trunk/doc/userguide/RobotFrameworkUserGuide.html (original)
+++ trunk/doc/userguide/RobotFrameworkUserGuide.html Tue Feb 24 06:05:37
2009
@@ -3968,6 +3968,10 @@
systems this is typically <span class="path">/tmp</span>, and in Windows
<span class="path">c:\Documents and Settings\<user>\Local
Settings\Temp</span>.</td>
</tr>
+<tr><td>${EXECDIR}</td>
+<td>An absolute path to the directory where test execution was
+started from. New in Robot Framework 2.1.</td>
+</tr>
<tr><td>${/}</td>
<td>The system directory path separator. <span class="code">/</span> in
UNIX-like
systems, <span class="code">\</span> in Windows.</td>
@@ -10909,7 +10913,7 @@
<div class="footer">
<hr class="footer" />
<p>Generated by <a class="reference external"
href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>.
Syntax highlighting by <a class="reference external"
href="http://pygments.org/">Pygments</a>.</p>
-<p>Generated on: 2009-02-24 13:36 UTC.
+<p>Generated on: 2009-02-24 13:58 UTC.
</p>
</div>
Modified: trunk/doc/userguide/src/CreatingTestData/Variables.txt
==============================================================================
--- trunk/doc/userguide/src/CreatingTestData/Variables.txt (original)
+++ trunk/doc/userguide/src/CreatingTestData/Variables.txt Tue Feb 24
06:05:37 2009
@@ -522,6 +522,9 @@
| | systems this is typically :path:`/tmp`, and in
Windows |
| | :path:`c:\\Documents and Settings\\<user>\\Local
Settings\\Temp`.|
+------------+------------------------------------------------------------------+
+ | ${EXECDIR} | An absolute path to the directory where test execution
was |
+ | | started from. New in Robot Framework
2.1. |
+
+------------+------------------------------------------------------------------+
| ${/} | The system directory path separator. :code:`/` in
UNIX-like |
| | systems, :code:`\\` in
Windows. |
+------------+------------------------------------------------------------------+