Function parse_listfile

Source
pub fn parse_listfile(
    path: &PathBuf,
) -> Result<HashMap<u32, String>, Box<dyn Error>>
Expand description

Parse a listfile and return FileDataID -> filename mapping