DirAccess
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
Methods
change_dir ( String to_dir ) |
|
copy_absolute ( String from, String to, int chmod_flags=-1 ) static |
|
create_link ( String source, String target ) |
|
current_is_dir ( ) const |
|
dir_exists ( String path ) |
|
dir_exists_absolute ( String path ) static |
|
file_exists ( String path ) |
|
get_current_dir ( bool include_drive=true ) const |
|
get_directories ( ) |
|
get_directories_at ( String path ) static |
|
get_drive_count ( ) static |
|
get_drive_name ( int idx ) static |
|
get_files ( ) |
|
get_files_at ( String path ) static |
|
get_next ( ) |
|
get_open_error ( ) static |
|
get_space_left ( ) |
|
is_case_sensitive ( String path ) const |
|
list_dir_begin ( ) |
|
void |
list_dir_end ( ) |
make_dir_absolute ( String path ) static |
|
make_dir_recursive ( String path ) |
|
make_dir_recursive_absolute ( String path ) static |
|
remove_absolute ( String path ) static |
|
rename_absolute ( String from, String to ) static |
Property Descriptions
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
Error change_dir ( String to_dir )
There is currently no description for this method. Please help us by contributing one!
Error copy ( String from, String to, int chmod_flags=-1 )
There is currently no description for this method. Please help us by contributing one!
Error copy_absolute ( String from, String to, int chmod_flags=-1 ) static
There is currently no description for this method. Please help us by contributing one!
Error create_link ( String source, String target )
There is currently no description for this method. Please help us by contributing one!
bool current_is_dir ( ) const
There is currently no description for this method. Please help us by contributing one!
bool dir_exists ( String path )
There is currently no description for this method. Please help us by contributing one!
bool dir_exists_absolute ( String path ) static
There is currently no description for this method. Please help us by contributing one!
bool file_exists ( String path )
There is currently no description for this method. Please help us by contributing one!
String get_current_dir ( bool include_drive=true ) const
There is currently no description for this method. Please help us by contributing one!
int get_current_drive ( )
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_directories ( )
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_directories_at ( String path ) static
There is currently no description for this method. Please help us by contributing one!
int get_drive_count ( ) static
There is currently no description for this method. Please help us by contributing one!
String get_drive_name ( int idx ) static
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_files ( )
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_files_at ( String path ) static
There is currently no description for this method. Please help us by contributing one!
String get_next ( )
There is currently no description for this method. Please help us by contributing one!
Error get_open_error ( ) static
There is currently no description for this method. Please help us by contributing one!
int get_space_left ( )
There is currently no description for this method. Please help us by contributing one!
bool is_case_sensitive ( String path ) const
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
Error list_dir_begin ( )
There is currently no description for this method. Please help us by contributing one!
void list_dir_end ( )
There is currently no description for this method. Please help us by contributing one!
Error make_dir ( String path )
There is currently no description for this method. Please help us by contributing one!
Error make_dir_absolute ( String path ) static
There is currently no description for this method. Please help us by contributing one!
Error make_dir_recursive ( String path )
There is currently no description for this method. Please help us by contributing one!
Error make_dir_recursive_absolute ( String path ) static
There is currently no description for this method. Please help us by contributing one!
DirAccess open ( String path ) static
There is currently no description for this method. Please help us by contributing one!
String read_link ( String path )
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
Error remove_absolute ( String path ) static
There is currently no description for this method. Please help us by contributing one!
Error rename ( String from, String to )
There is currently no description for this method. Please help us by contributing one!
Error rename_absolute ( String from, String to ) static
There is currently no description for this method. Please help us by contributing one!