Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Advanced-java] Floppy Device


  • From: kinjal.dixit@xxxxxxxxxxxx (Kinjal Dixit)
  • Subject: [Advanced-java] Floppy Device
  • Date: Wed, 27 Feb 2002 16:14:12 +0530

like files on a floppy disk? just put the drive letter in path like so:

under windows : "A:\\somefile.txt"
under linux : "/mnt/floppy/somefile.txt"
   (but the floppy drive would have to be mounted first using mount)

your InputStream/OutputStream remains normal... you dont need special file
handling logic if the file is on a floppy.

usually a FileOpen dialog should give you drive letters..

or are you asking detection of floppy drives or other lowlevel stuff?

is that it?

----- Original Message -----
From: "Ronald O. De Castro" <rdcastro@xxxxxxxxxxxxxx>
To: "Advanced-Java" <advanced-java@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, February 27, 2002 4:05 PM
Subject: [Advanced-java] Floppy Device


> Hi,
>
> can anyone give me ideas on how
> to access floppy disks through
> java?  thanks in advanz...
>
>
> _______________________________________________
> Advanced-java mailing list
> Advanced-java@xxxxxxxxxxxxxxxxxxxxxx
> http://lists.xcf.berkeley.edu/mailman/listinfo/advanced-java
>
>