diff --git a/doc/classes/EditorFileSystemDirectory.xml b/doc/classes/EditorFileSystemDirectory.xml index 50b6f3680c5..1a2f73a683f 100644 --- a/doc/classes/EditorFileSystemDirectory.xml +++ b/doc/classes/EditorFileSystemDirectory.xml @@ -4,6 +4,7 @@ A diretory for the resource filesystem. + A more generalized, low-level variation of the directory concept. @@ -16,6 +17,7 @@ + Returns the index of the directory with name [code]name[/code] or [code]-1[/code] if not found. @@ -24,6 +26,7 @@ + Returns the index of the file with name [code]name[/code] or [code]-1[/code] if not found. @@ -32,12 +35,14 @@ + Returns the name of the file at index [code]idx[/code]. + Returns the number of files in this directory. @@ -46,6 +51,7 @@ + Returns [code]true[/code] if the file at index [code]idx[/code] imported properly. @@ -54,6 +60,7 @@ + Returns the path to the file at index [code]idx[/code]. @@ -62,24 +69,28 @@ + Returns the file extension of the file at index [code]idx[/code]. + Returns the name of this directory. + Returns the parent directory for this directory or null if called on a directory at [code]res://[/code] or [code]user://[/code]. + Returns the path to this directory. @@ -88,12 +99,14 @@ + Returns the subdirectory at index [code]idx[/code]. + Returns the number of subdirectories in this directory.