Expand description
Parsing the listfile CSV format into a bidirectional lookup table. Listfile parser providing bidirectional FileDataID / path lookup.
The community listfile format is one FileDataID;FilePath pair per line.
This module parses that format into a Listfile struct that supports
both forward (FDID -> path) and reverse (path -> FDID, case-insensitive)
lookups.
Structsยง
- Listfile
- Parsed listfile mapping FileDataID <-> file path.