ReadZipEntry
Reads the contents of a given file inside a zip archive.
ReadZipEntry(zip, path) : data | false
Example
Reads the contents of the test.json
file inside the test.zip
archive.
local data = ReadZipEntry('test.zip', 'test.json')
Reads the contents of a given file inside a zip archive.
ReadZipEntry(zip, path) : data | false
Example
Reads the contents of the test.json
file inside the test.zip
archive.
local data = ReadZipEntry('test.zip', 'test.json')