gets the drive letters of all mounted filesystems on the computer
drives = getdrives()
a matrix of strings.
The function getdrives
gets the drive letters of all
mounted filesystems on the computer.
getdrives
returns the roots of all mounted filesystems on the computer as a matrix of strings.
For GNU/Linux this list consists solely of the root directory, /
.