Add a code sample that extracts all files to ZIPReader documentation

Tested with various ZIP files found on the web, with a single root
folder or multiple files at its root.

Co-authored-by: Raul Santos <raulsntos@gmail.com>
This commit is contained in:
Hugo Locurcio
2024-11-16 18:00:42 +01:00
parent 0f20e67d8d
commit 4db9c112ff
3 changed files with 33 additions and 4 deletions

View File

@@ -20,6 +20,7 @@
[/csharp]
[/codeblocks]
The above [PCKPacker] creates package [code]test.pck[/code], then adds a file named [code]text.txt[/code] at the root of the package.
[b]Note:[/b] PCK is Godot's own pack file format. To create ZIP archives that can be read by any program, use [ZIPPacker] instead.
</description>
<tutorials>
</tutorials>