forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_directory
Lukas Sägesser edited this page Jun 22, 2015
·
10 revisions
####Inherits: Reference ####Category: Core
- Error 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 )
- Error change_dir ( String todir )
- String get_current_dir ( )
- Error make_dir ( String name )
- Error make_dir_recursive ( String name )
- bool file_exists ( String name )
- bool dir_exists ( String name )
- int get_space_left ( )
- Error copy ( String from, String to )
- Error rename ( String from, String to )
- Error remove ( String file )