From 69caa1ab4cf2ff408ce0b8d970dfacb3adfe0698 Mon Sep 17 00:00:00 2001 From: "Wilson E. Alvarez" Date: Mon, 23 Aug 2021 16:53:12 -0400 Subject: Update documentation for is_absolute_path and is_rel_path --- doc/classes/String.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/String.xml b/doc/classes/String.xml index 97efc24bd1..277eaa7376 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -239,7 +239,7 @@ - If the string is a path to a file or directory, returns [code]true[/code] if the path is absolute. + Returns [code]true[/code] if the string is a path to a file or directory and its starting point is explicitly defined. This includes [code]res://[/code], [code]user://[/code], [code]C:\[/code], [code]/[/code], etc. @@ -251,7 +251,7 @@ - If the string is a path to a file or directory, returns [code]true[/code] if the path is relative. + Returns [code]true[/code] if the string is a path to a file or directory and its starting point is implicitly defined within the context it is being used. The starting point may refer to the current directory ([code]./[/code]), or the current [Node]. -- cgit v1.2.3