Click to See Complete Forum and Search --> : Info-Zip and special characters


sirdas
July 31st, 2001, 06:50 AM
I'm using the Info-Zip libraries for Visual Basic. It's a great code and very usefull, but I have a problem adding files with characters '[' or ']' because the library doesn't match the filename. How could I solve this problem? Also special characters like à,á,è,é,ì,í ... are translated in the zipped file.

Thanks a lot


SirDAS NotreDame

wbh1138
June 12th, 2003, 03:12 AM
I had this problem too.....I had filenames with square barackets.
In code I looked for the "[" and replaced it with the wildcard characterr"?" and it worked.
Didn't have to replace the "]".

I was workiung with one file at a time soI had to be sure the filename was still unique.

Wayne