How to load files of an exported project the same way i do in Godot IDE?

As of 4.4 ResourceLoader has .list_directory() which returns all resources in a directory, even after export. This will be more consistent than replacing .import and .remap file extensions

1 Like