Getting list of disks, in order, without the Finder

In my app I’ve got the code to ask the Finder for a list of mounted disks. Of course, because it’s the Finder, I get the list in order, with the boot volume at the top. I need to change the code so it doesn’t talk to the Finder, but I’d still like to get a list of mounted disks in the same order. I can certainly do it with “do shell script” but is there some other more “AppleScriptish” way of doing it?

Thanks in advance.

list disks

Any reason why this won’t work?

Works perfectly. Just knowing it existed makes all the difference between it not working and working :smiley: