DirAccess

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

bool

include_hidden

bool

include_navigational

Methods

Error

change_dir ( String to_dir )

Error

copy ( String from, String to, int chmod_flags=-1 )

Error

copy_absolute ( String from, String to, int chmod_flags=-1 ) static

Error

create_link ( String source, String target )

bool

current_is_dir ( ) const

bool

dir_exists ( String path )

bool

dir_exists_absolute ( String path ) static

bool

file_exists ( String path )

String

get_current_dir ( bool include_drive=true ) const

int

get_current_drive ( )

PackedStringArray

get_directories ( )

PackedStringArray

get_directories_at ( String path ) static

int

get_drive_count ( ) static

String

get_drive_name ( int idx ) static

PackedStringArray

get_files ( )

PackedStringArray

get_files_at ( String path ) static

String

get_next ( )

Error

get_open_error ( ) static

int

get_space_left ( )

bool

is_case_sensitive ( String path ) const

bool

is_link ( String path )

Error

list_dir_begin ( )

void

list_dir_end ( )

Error

make_dir ( String path )

Error

make_dir_absolute ( String path ) static

Error

make_dir_recursive ( String path )

Error

make_dir_recursive_absolute ( String path ) static

DirAccess

open ( String path ) static

String

read_link ( String path )

Error

remove ( String path )

Error

remove_absolute ( String path ) static

Error

rename ( String from, String to )

Error

rename_absolute ( String from, String to ) static


Property Descriptions

bool include_hidden

  • void set_include_hidden ( bool value )

  • bool get_include_hidden ( )

There is currently no description for this property. Please help us by contributing one!


bool include_navigational

  • void set_include_navigational ( bool value )

  • bool get_include_navigational ( )

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!


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!


There is currently no description for this method. Please help us by contributing one!


Error remove ( String path )

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!