|
-
Feb 12th, 2004, 11:45 AM
#1
Thread Starter
PowerPoster
how to tell if a file is zipped
is there anyway to programatically (VB6) determine if a file is compressed. I need something that will work for files with and without the *.zip extension.
Thanks for any help
Last edited by Muddy; Feb 12th, 2004 at 04:23 PM.
-
Feb 12th, 2004, 02:34 PM
#2
PowerPoster
muddy,
the ZIP file format is well known and available and yes, you can figure out by the presence of some internal tags whether a file is in fact a ZIP file (regardless of its extent)
-
Feb 12th, 2004, 04:25 PM
#3
Thread Starter
PowerPoster
Originally posted by phinds
muddy,
the ZIP file format is well known and available and yes, you can figure out by the presence of some internal tags whether a file is in fact a ZIP file (regardless of its extent)
phinds,
Thanks, Ill continue searching around the web. If you know of a standard that I can use as search term, it would be appreciated.
Thanks again.
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
|