Re: get drive type
From: Stefan Poehn (stefan.poehn_at_IH8SPAMbms.de)
Date: 07/16/04
- Next message: Michael Borgwardt: "Re: size limitation to a .java file?"
- Previous message: Michael Borgwardt: "Re: J2EE or just JSP/Servlet?"
- In reply to: Liz: "Re: get drive type"
- Next in thread: Liz: "Re: get drive type"
- Reply: Liz: "Re: get drive type"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 16 Jul 2004 08:58:00 +0200
See below..
"Liz" <Liz@nospam.com> schrieb im Newsbeitrag
news:E7GJc.88002$%_6.19416@attbi_s01...
>
> "Michael Borgwardt" <brazil@brazils-animeland.de> wrote in message
> news:2lmuh0Fe3lk2U1@uni-berlin.de...
> > Stefan Poehn wrote:
> > > is there any possibility to find out the drive type of a given path
> ("C:",
> > > "D:", etc.)? I want to search through a complete hard disk drive to
find
> a
> > > file with a given name, but not search through a cd rom drive, etc.
> >
> > Not in a platform-independant way. On Linux, you'd have to parse
> /etc/fstab;
> > on Windows you'll probably have to use system calls via JNI.
>
> There must be a way cuz I've run programs on pc that show this info. You
> might
> have to call some system functions.
>
Do these programs start without using a .dll or .so-File? If it is a Unix
program, does it run without using /etc/fstab?
- Next message: Michael Borgwardt: "Re: size limitation to a .java file?"
- Previous message: Michael Borgwardt: "Re: J2EE or just JSP/Servlet?"
- In reply to: Liz: "Re: get drive type"
- Next in thread: Liz: "Re: get drive type"
- Reply: Liz: "Re: get drive type"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|