in reply to File Compression
Of course this runs into problems if a single file compresses to >2GBPseudo code: # foreach $file ( @files ) { # save off a copy of the current compressed file if it exists # attempt to add to current compressed file # if compression fails or new file size > 2GB # rename the saved compression file copy to the working copy # start a new compressed file # add file to compressed file # end # end foreach
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: File Compression
by rovf (Priest) on Jun 12, 2009 at 14:57 UTC | |
by Transient (Hermit) on Jun 12, 2009 at 15:03 UTC |