mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
New option to show/hide hidden files
This commit is contained in:
@@ -105,6 +105,9 @@ bool DirAccessJAndroid::current_is_dir() const{
|
||||
|
||||
return true;
|
||||
}
|
||||
bool DirAccessAndroid::current_is_hidden() const{
|
||||
return current!="." && current!=".." && current.begins_with(".");
|
||||
}
|
||||
void DirAccessJAndroid::list_dir_end(){
|
||||
|
||||
if (id==0)
|
||||
|
||||
Reference in New Issue
Block a user