|
@@ -1004,6 +1004,9 @@ void FileSystemDock::_update_file_list(bool p_keep_selection) {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
|
|
+ if (!directory.begins_with("res://")) {
|
|
|
|
+ directory = "res://" + directory;
|
|
|
|
+ }
|
|
// Get infos on the directory + file.
|
|
// Get infos on the directory + file.
|
|
if (directory.ends_with("/") && directory != "res://") {
|
|
if (directory.ends_with("/") && directory != "res://") {
|
|
directory = directory.substr(0, directory.length() - 1);
|
|
directory = directory.substr(0, directory.length() - 1);
|