encoding of the host machineJISRFC1345UTF-16truetruefalse<bx:zip> in BoxLang
Adding the contents of a folder to a zip
var fileList = directoryList(expandPath('/'), false, 'path', '*.jpg');
cfzip( file = 'allJPGs.zip' ) {
fileList.each((zipFile)=>{
cfzipparam( source = zipFile );
})
}
Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.