Contents

Compress

Description

Category

Other

Implemented

Usage Syntax

Compress(format,source,target[,includeBaseFolder][,mode])

Return Information

Return Type Return Description
boolean

Arguments

Name Type Required Position Default Description
format String Yes 1 Format to compress (bzip,gzip,tar,tbz (tar bzip),tgz (tar gzip) and zip)
source String Yes 2 source file or directory to compress
target String Yes 3 name of the target compressed file
includeBaseFolder Boolean No 4 take the folder or only content of folder
mode String No 5 mode of the values

Example Usage