The Python API wasn't accounting for structs name properties using path sub-types, which allow non UTF8 byte sequences. This meant accessing the SpaceFileBrowser.recent_folders collection could cause unhandled exceptions because FileBrowserFSMenuEntry.name uses the PROP_FILENAME sub-type. Resolve by adding a wrapper around the RNA struct name lookup that handles path properties properly.