Media_ListDisks
Media_ListDisks returns a list of all available mounted disks.
You can use Media_ExtractInfo to quickly extract disk names from the list.
Returns
All mounted volumes separated by the pipe character “|
”.
For example, a Mac response might be:
Macintosh HD|Network
A Windows response might be:
A:\|C:\|D:\|E:\
Example
To get a list of all mounted disks:
Set Field [ MyTable::Response ; Media_ListDisks ]