FolderItem mounted disk?

Hello

I have a very nooby question. How can I point a FolderItem to a mounted disk (on OSX?) I now have something like this:

Dim fi As New FolderItem("/Volumes/TestDisk/" + imagename + "jpg")

But this gives me a totally wrong folderitem:

Thanks a bunch, wasn’t able to find something in the docs about mounted disks?

I searched for External, mounted, disk, etc in the docs, but couldn’t find anything. Then it hit me. Volume is the key word here!

So now I know I can use the Volume method to retrieve the volumes!

Sorry to bother.

you could loop with Volume(index) and VolumeCount.