winamp/Src/external_dependencies/openmpt-trunk/include/premake/website/docs/zip.extract.md

13 lines
255 B
Markdown
Raw Normal View History

2024-09-24 12:54:57 +00:00
```lua
zip.extract(sourceZip, destinationDir)
```
### Parameters ###
- `sourceZip` is the zip file which has to be extracted
- `destinationDir` is the destination directory for the extracted files
### Availability ###
Premake 5.0.0 alpha 12 or later.