Added File.get_path and File.get_path_absolute functions

(cherry picked from commit a4e64c5454)
This commit is contained in:
Marcelo Fernandez
2018-03-09 11:45:21 -03:00
committed by Hein-Pieter van Braam
parent 41f360f9c2
commit 272fb05270
8 changed files with 70 additions and 5 deletions

View File

@ -163,6 +163,20 @@
Returns a [String] saved in Pascal format from the file.
</description>
</method>
<method name="get_path">
<return type="String">
</return>
<description>
Returns the path as a [String] for the current open file.
</description>
</method>
<method name="get_path_absolute">
<return type="String">
</return>
<description>
Returns the absolute path as a [String] for the current open file.
</description>
</method>
<method name="get_position" qualifiers="const">
<return type="int">
</return>