You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
New option to show/hide hidden files
This commit is contained in:
@@ -79,6 +79,9 @@ bool DirAccessAndroid::current_is_dir() const{
|
||||
return false;
|
||||
|
||||
}
|
||||
bool DirAccessAndroid::current_is_hidden() const{
|
||||
return current!="." && current!=".." && current.begins_with(".");
|
||||
}
|
||||
void DirAccessAndroid::list_dir_end(){
|
||||
|
||||
if (aad==NULL)
|
||||
|
||||
Reference in New Issue
Block a user