diff options
Diffstat (limited to 'doc/classes')
| -rw-r--r-- | doc/classes/DirAccess.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/DirAccess.xml b/doc/classes/DirAccess.xml index 9c72bc2247..204bd89aa4 100644 --- a/doc/classes/DirAccess.xml +++ b/doc/classes/DirAccess.xml @@ -204,6 +204,14 @@ Returns the available space on the current directory's disk, in bytes. Returns [code]0[/code] if the platform-specific method to query the available space fails. </description> </method> + <method name="is_case_sensitive" qualifiers="const"> + <return type="bool" /> + <param index="0" name="path" type="String" /> + <description> + Returns [code]true[/code] if the file system or directory use case sensitive file names. + [b]Note:[/b] This method is implemented on macOS and Windows. On other platforms, it always returns [code]true[/code]. + </description> + </method> <method name="list_dir_begin"> <return type="int" enum="Error" /> <description> |
