gets the drive letters of all mounted filesystems on the computer
drives = getdrives()
:drives 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, /.
getdrives()