class_directory - vkbsb/godot GitHub Wiki
Directory
####Inherits: Reference ####Category: Core
Brief Description
Member Functions
- int open ( String path )
- bool list_dir_begin ( )
- String get_next ( )
- bool current_is_dir ( ) const
- void list_dir_end ( )
- int get_drive_count ( )
- String get_drive ( int idx )
- int change_dir ( String todir )
- String get_current_dir ( )
- int make_dir ( String name )
- int make_dir_recursive ( String name )
- bool file_exists ( String name )
- bool dir_exists ( String name )
- int get_space_left ( )
- int copy ( String from, String to )
- int rename ( String from, String to )
- int remove ( String file )