[thelist] checking for CD drive

Seb seb at poked.org
Tue Jul 22 12:58:00 CDT 2003


On Tue, 22 Jul 2003 10:31:44 -0700 (PDT), Sam Pan <sam at kuudos.com> wrote:

> Hi,
>
> I have a question about checking CD drives in java. Given a file path, is 
> there any way for me to check to
> see if that file path belongs on a CD?
>
> thanks,
> -Sam


Not using the core java libraries (unless something has changed since last 
time I tried this).

There are a number of commercial extensions to the java core that do allow 
this, though they vary in terms of features and cross-platform portability 
and support.

Probably the best that I know of is JConfig:

http://www.tolstoy.com/samizdat/jconfig.html

Free for 30 day eval, then you have to get a developer license. It doesn't 
necessarily cost, but it depends on the type of application you're 
developing.

- seb
-- 
http://poked.org


More information about the thelist mailing list