Connecting Tech Pros Worldwide Forums | Help | Site Map

Detect which drive is a Zip drive programatically

Richard H. Rowson
Guest
 
Posts: n/a
#1: Nov 12 '05
Does anyone know of a way to detect which drive is a Zip drive (I guess in
the same way that the various system variables can be queried) ?>Thanks



Tony Toews
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Detect which drive is a Zip drive programatically


"Richard H. Rowson" <richard@dragonsong1.co.uk> wrote:
[color=blue]
>Does anyone know of a way to detect which drive is a Zip drive (I guess in
>the same way that the various system variables can be queried) ?>Thanks[/color]

AFAIK all you can determine is if it is a removable drive. There are API calls for
this. http://www.freevbcode.com/ShowCode.Asp?ID=45

It may be possible that the ZIP drivers have some API call you can make to see if
they are ZIP drives. But you'd have to check IOMega's website.

Tony

--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
TC
Guest
 
Posts: n/a
#3: Nov 12 '05

re: Detect which drive is a Zip drive programatically


Tony Toews <ttoews@telusplanet.net> wrote in message news:<lnf8pv8t60h7v1m05hc807fleodgfn9ek8@4ax.com>. ..[color=blue]
> "Richard H. Rowson" <richard@dragonsong1.co.uk> wrote:
>[color=green]
> >Does anyone know of a way to detect which drive is a Zip drive (I guess in
> >the same way that the various system variables can be queried) ?>Thanks[/color]
>
> AFAIK all you can determine is if it is a removable drive. There are API calls for
> this. http://www.freevbcode.com/ShowCode.Asp?ID=45
>
> It may be possible that the ZIP drivers have some API call you can make to see if
> they are ZIP drives. But you'd have to check IOMega's website.
>
> Tony[/color]


It's probably in the registry somewhere - no idea where, tho'.

TC
Tony Toews
Guest
 
Posts: n/a
#4: Nov 12 '05

re: Detect which drive is a Zip drive programatically


aatcbbtccctc@yahoo.com (TC) wrote:
[color=blue]
>It's probably in the registry somewhere - no idea where, tho'.[/color]

Good point. Searching on Zip could find it.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Closed Thread