-
Files! Pre-Release
released this
2020-11-27 00:36:21 -06:00 | 212 commits to main since this releaseReading from a squashfs now comes in the form of squashfs.File. This gives more information about the file or folder your interacting with, and provides an io.Reader interface.
What this means is you can easily find the files you need, either by getting a list of ALL files and folder, through a string path, or by searching for one with a function.
Downloads