ExtractArchive
ExtractArchive[source]
expands an archive file, saving its content into the current directory.
ExtractArchive[source,dir]
saves the content of an archive file into directory dir.
ExtractArchive[source,dir,pattern]
extracts only files whose names match pattern.
Details and Options
- ExtractArchive can be used to extract files from an archive file, and returns the names of the files and directories it created.
- ExtractArchive supports a variety of file formats, including ZIP, TAR, GZIP, BZIP2, ZSTD, 7z, RAR and ISO.
- In ExtractArchive[source,…], source can be any of the following:
-
File["file"] or "file" file name, searched for on $Path URL["url"] or "url" HTTP, HTTPS or FTP URL - By default, ExtractArchive saves the extracted content in the current working directory given by Directory[].
- The archive to be extracted can be specified using a relative or absolute file specification.
- The destination directory can be given as a relative or absolute directory path.
- By default, if any file in the archive to be extracted already exists, ExtractArchive returns $Failed without creating any directories or files.
- Directories extracted by ExtractArchive may already exist.
- The following options can be given:
-
CreateIntermediateDirectories True whether to create intermediate directories IgnoreCase False whether pattern should be case sensitive OverwriteTarget False whether to overwrite existing files - Possible settings for OverwriteTarget include:
-
False if any file from the archive already exists, do nothing and fail True overwrite any existing files Automatic only extract files that do not exist "KeepBoth" keep the existing file, automatically choosing a name for the new file - ExtractArchive[url] accepts the following URLDownload options:
-
Authentication None authentication information to send CookieFunction Automatic function to apply to each cookie received ConnectionSettings Automatic speed and other settings for the connection FollowRedirects True whether to follow HTTP redirects Interactive True whether to allow interactive authentication dialogs TimeConstraint Infinity time to wait for a response VerifySecurityCertificates True whether to verify SSL security certificates - ExtractArchive[source] does not delete source.
Examples
open allclose allBasic Examples (2)
Scope (2)
Options (4)
CreateIntermediateDirectories (2)
IgnoreCase (1)
Create an archive from the ExampleData directory:
By default, ExtractArchive uses case sensitive patterns:
Use IgnoreCase -> True to treat lowercase and uppercase letters as equivalents:
OverwriteTarget (1)
Extract only the JPEG files from the archive:
Delete the first two extracted files:
By default, ExtractArchive will not extract any contents if any destination files already exist:
Use OverwriteTarget->Automatic to only extract files that do not already exist:
Use OverwriteTarget->True to overwrite any existing files:
Properties & Relations (1)
CreateArchive creates a zip archive on the file system:
ExtractArchive creates new files with the extracted contents, without reading the file into memory:
Import can be used to import a specific file from an archive directly into Wolfram Language:
Text
Wolfram Research (2010), ExtractArchive, Wolfram Language function, https://reference.wolfram.com/language/ref/ExtractArchive.html (updated 2020).
CMS
Wolfram Language. 2010. "ExtractArchive." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/ExtractArchive.html.
APA
Wolfram Language. (2010). ExtractArchive. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ExtractArchive.html