ARCHIVER_EXTRACT

ARCHIVER_EXTRACT F,D

EXTRACTS THE ARCHIVE FILE F TO DIRECTORY D

  • Type: Command
  • Parameters: 2
  • Group: System

ACTION

The command ARCHIVER_EXTRACT F,D extracts the archive file F to directory D

SYNTAX: ARCHIVER_EXTRACT F,D

  • F = absolute or relative name of archive file.
  • D = absolute or relative name of destination directory.

USE

  • The command ARCHIVER_EXTRACT is used to extract files from an archive file.

ERROR

  • If F or D is not a correct string expression.
  • If file F does not exist.
  • If directory D does not exist.

EXAMPLE

rem extracts file fff.zip to directory "destination"

DIR_MAKE "destination"

ARCHIVER_ON

ARCHIVER_EXTRACT fff.zip, "destination"

ARCHIVER_OFF

SEE ALSO

ARCHIVER_ADD

ARCHIVER_OFF

ARCHIVER_ON