Skip to content

Files!

Pre-release
Pre-release
Compare
Choose a tag to compare
@CalebQ42 CalebQ42 released this 27 Nov 06:40
· 151 commits to main since this release

Reading 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.