Extract()
extract data out of a compressed file
Extract( format=string, source=string, target=string );
Returns: Boolean
| Argument | Description |
|---|---|
|
format
string,
required
|
edit
Format to extract
|
|
source
string,
required
|
edit
source file or directory with zip files to extract |
|
target
string,
required
|
edit
name of the target directory Note: For gzip & bzip format must use the file path as the target |
Examples
editextract("zip", "D:\test.zip", "D:\zipresult")
See also
- Zip files
- Compress()
- <cfzip>
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)