Documentation/Source/eric5.Project.Project.html

changeset 2173
c21d1e99015a
parent 2040
4cefd094353b
child 2222
105f425944a2
diff -r 6d8eb5736925 -r c21d1e99015a Documentation/Source/eric5.Project.Project.html
--- a/Documentation/Source/eric5.Project.Project.html	Thu Nov 01 18:35:44 2012 +0100
+++ b/Documentation/Source/eric5.Project.Project.html	Thu Nov 01 18:48:50 2012 +0100
@@ -408,6 +408,9 @@
 <td><a href="#Project.deleteLanguageFile">deleteLanguageFile</a></td>
 <td>Public slot to delete a translation from the project directory.</td>
 </tr><tr>
+<td><a href="#Project.getAbsolutePath">getAbsolutePath</a></td>
+<td>Public method to convert a project relative file path to an absolute file path.</td>
+</tr><tr>
 <td><a href="#Project.getAbsoluteUniversalPath">getAbsoluteUniversalPath</a></td>
 <td>Public method to convert a project relative file path with universal separators to an absolute file path.</td>
 </tr><tr>
@@ -1338,6 +1341,22 @@
 <dd>
 the translation file to be removed (string)
 </dd>
+</dl><a NAME="Project.getAbsolutePath" ID="Project.getAbsolutePath"></a>
+<h4>Project.getAbsolutePath</h4>
+<b>getAbsolutePath</b>(<i>fn</i>)
+<p>
+        Public method to convert a project relative file path to an absolute
+        file path.
+</p><dl>
+<dt><i>fn</i></dt>
+<dd>
+file or directory name to convert (string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+absolute path (string)
+</dd>
 </dl><a NAME="Project.getAbsoluteUniversalPath" ID="Project.getAbsoluteUniversalPath"></a>
 <h4>Project.getAbsoluteUniversalPath</h4>
 <b>getAbsoluteUniversalPath</b>(<i>fn</i>)

eric ide

mercurial