@wp-playground/clientInterfacesUnzipStepSur cette pageUnzipStep <ResourceType>Unzip a zip file.@example<code>{ "step": "unzip", "zipFile": { "resource": "vfs", "path": "/wordpress/data.zip" }, "extractToPath": "/wordpress"}</code>Index PropertiesextractToPathstepzipFilezipPathProperties extractToPathextractToPath: stringThe path to extract the zip file tostepstep: unzipoptionalzipFilezipFile?: ResourceTypeThe zip file to extractoptionalzipPathzipPath?: stringThe path of the zip file to extract@deprecatedUse zipFile instead.
Unzip a zip file.