Extract the data of a compressed file.
extract(format, source, target)
→ returns boolean
bzip
bzip2
tbz
tbz2
tar
tar.bz
tar.gz
gzip
tgz
zip
Extract a zip-file and save the data in the "output-directory".
extract("zip", "test.zip", "output-directory")
Extract all zip-files, which are stored in the "multiple-directory" and save the data in the "output-directory".
extract("zip", "multiple-directory", "output-directory")
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.