|
-
July 31st, 2001, 06:50 AM
#1
Info-Zip and special characters
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
-
June 12th, 2003, 03:12 AM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|