From a4e64c545406be00c00fe93818994977ae378fb9 Mon Sep 17 00:00:00 2001 From: Marcelo Fernandez Date: Fri, 9 Mar 2018 11:45:21 -0300 Subject: Added File.get_path and File.get_path_absolute functions --- doc/classes/File.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/File.xml b/doc/classes/File.xml index 3cafb6ba3b..534323348e 100644 --- a/doc/classes/File.xml +++ b/doc/classes/File.xml @@ -163,6 +163,20 @@ Returns a [String] saved in Pascal format from the file. + + + + + Returns the path as a [String] for the current open file. + + + + + + + Returns the absolute path as a [String] for the current open file. + + -- cgit v1.2.3