encoding of the host machine
JIS
RFC1345
UTF-16
true
true
false
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.