ExtractZipASync

Family: File · One form

What it does

ExtractZipASync takes zipfilename (a string), path (a string) and password (a string), and returns nothing.

Syntax

ExtractZipASync(zipfilename string, path string, password string)

Parameters

NameType
zipfilenamestring
pathstring
passwordstring

Every form returns

nothing

Example · generated

ExtractZipASync("assets/data.dat", "assets/data.dat", "value")DO  Sync()LOOP

ExtractZipASync is called with values of the types its signature asks for. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.

Related commands

61 commands in File