pub fn list_all_objects(dir: String) -> Vec<String>
Just list all things from a directory, return sorted by name, with file extension removed.
Hidden files (starting with .) are filtered out.
.