AW: getting the path of a DVD drive

2012-05-08 Thread Tiemo Hollmann TB
treff: Re: getting the path of a DVD drive > > Hi Tiemo, > > Yes, /volumes is mandatory on all Macs. You can even use put shell("ls > /volumes") to get all drives. /volumes/ is the right way to > address a drive on Mac. > > -- > Best regards, > >

Re: getting the path of a DVD drive

2012-05-08 Thread Mark Schonewille
Hi Tiemo, Yes, /volumes is mandatory on all Macs. You can even use put shell("ls /volumes") to get all drives. /volumes/ is the right way to address a drive on Mac. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter

getting the path of a DVD drive

2012-05-08 Thread Tiemo Hollmann TB
Hello, if I want to read from a CD with a known label "foo" I just check if "foo" is in the drives to check if the CD is inserted. Then I add "/Volumes/" hard coded before "foo", so that I get the full path "/Volumes/foo/" What I would like to know is, if this name convention "/Volumes/." is