Main Content
untar
Extract contents of tar file
Description
untar(
extracts the archived
contents of tarfilename
)tarfilename
into the current folder, preserving the
attributes and timestamps of each file. untar
can extract files
from your local system or files from an Internet URL.
If a file exists with the same name and the file is not read-only, MATLAB® overwrites it. On Microsoft® Windows® platforms, MATLAB does not set the hidden, system, and archive attributes.
untar(
extracts the archived contents of tarfilename
,outputfolder
)tarfilename
into
outputfolder
. If outputfolder
does not
exist, MATLAB creates it.