Skip to content

1.4.0

Choose a tag to compare

@Jenrikku Jenrikku released this 19 Aug 22:07
· 3 commits to master since this release
  • Add NARCFileSystem which abstracts the interaction with a NARC file. It allows the following actions:
    • Get a file by its path. For NARC files with directories, / may be used to detonate a file separator.
    • Add or replace the contents of a file by its path.
    • Remove a file.
    • Remove a directory (may be done recursively).
    • List the directory tree.
    • Enumerate the files inside a directory.
  • Fix issues when writing files bigger than 1MB.
  • Other minor bugfixes.