pub fn parse_listfile( path: &PathBuf, ) -> Result<HashMap<u32, String>, Box<dyn Error>>
Parse a listfile and return FileDataID -> filename mapping