Added File.get_path and File.get_path_absolute functions
(cherry picked from commit a4e64c5454)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
41f360f9c2
commit
272fb05270
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user