Ask a Question related to Mac Programming, Design and Development.
-
Stephen Fraser #1
detecting hard drives and other volumes
Hi,
I'm using Carbon / OSX / C++ ...
Is there a way of getting information about each volume (hard drive / CDROM
/ Network connection) at run time? In particular, I'd like to obtain the
number of volumes, the name of each volume, and if possible, the type of the
drive (HDD / CD / Network / Whatever).
Also, assuming that every drive had a file on it, "myfile.txt", how could I
access that file from within my code. Normally, if the file is in the
curerent directory, I'd say
handle = open ("myfile.txt");
....
close(handle);
but how do I construct a path to direct it to another volume?
Thanks for any help you can provide.
- Stephen Fraser
Stephen Fraser Guest
-
volumes
I have 4 buttons and I want them to play the same sound at four different volumes. can anyone help? Cheers George. -
Move Hard Disk Drives Between p630 and p615 - AIX 5.1
We are in the process of setting up a loaner p630 server running AIX 5.1 while waiting on a p615 server to arrive. Since a number of application... -
Question on hard drives
Hi, It won't 'automatically' start putting things on D:\, though you can configure it to hold the pagefile. You should start installing programs... -
Serial ATA hard drives
I was just reading about these drives, specifically the Western Digital Raptor. Does anyone know if these drives are supported by Open Server... -
Stagger spinup of hard drives.
I am putting together a new machine that will have four Maxtor ATLAS 10K III KU018L2 hard drives on it. The mother board has two Ultra/320 SCSI... -
Sean McBride #2
Re: detecting hard drives and other volumes
In article <3f42d770$1_1@news.iprimus.com.au>,
"Stephen Fraser" <fraserq1@iprimus.com.au> wrote:
I suspect MoreFilesX might do some of that.> Is there a way of getting information about each volume (hard drive / CDROM
> / Network connection) at run time? In particular, I'd like to obtain the
> number of volumes, the name of each volume, and if possible, the type of the
> drive (HDD / CD / Network / Whatever).
Sean McBride Guest



Reply With Quote

