SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Is there a method Exists ?

Last post 10-06-2008 7:55 PM by JohnReilly. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 09-16-2008 5:29 PM

    Is there a method Exists ?

    Hi all,

    I have to make a windows application on PDA with the Compact Framework.

    I have a zip file with approximatively 10000 entries in it. I don't want to unzip all the file, it's too long on a pda.

    I want to test if a file (i know the name) exists in my zip file and if exists, i want to unzip only this file.

    Is there a methode like :   public ZipEntry GetEntry(string fileName) ?

    Thanks

    Vince

  • 10-06-2008 7:55 PM In reply to

    Re: Is there a method Exists ?

    Hi,

    The ZipFile class has rudimentary support for this with FindEntry(name, ignorecase);

    You can use this or create your own function if you like.

     

    hth, -jr-

     

Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.