Empty directories with cfdirectory and cfzip
Categories: Adobe, ColdFusion, ColdFusion 8, Java
Ever work with <cfdirectory> or <cfzip> and notice that they both ignore empty directories? This might make sense with some business logic, where an empty directory can (and should) be ignored. However, what if you want to ensure that empty directories are included in a zip file?
Read More
