CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Posts
    2

    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

  2. #2
    Join Date
    Jun 2003
    Posts
    1
    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
  •  





Click Here to Expand Forum to Full Width

Featured