Extract the data of a compressed file.
extract(format, source, target)
→ returns boolean
bzipbzip2tbztbz2tartar.bztar.gzgziptgzzipExtract 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.