-
Notifications
You must be signed in to change notification settings - Fork 0
class_directory
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: Reference\n\n
- 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 )
- int get_space_left ( )
- int copy ( String from, String to )
- int rename ( String from, String to )
- int remove ( String file )