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

Thread: zipfiles

  1. #1
    Join Date
    Mar 2001
    Posts
    39

    zipfiles

    can i store the zipped file in any directory other than the root.

    i want to know whether we can give

    zip.ZipFileName = "D:\temp\x.zip"

    hope i get a reply soon

    Thank you


  2. #2
    Join Date
    Oct 2000
    Location
    JHB South Africa
    Posts
    27

    Re: zipfiles

    You should be able to place the file anywhere.
    It mostly depends what ZIP objects you are using. If the creator allowed a browse facility (in the case of an OCX) then this is no problem. But I am sure that 99% of the time the developer will have allowed a full path to the file


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