Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getdrives
gets the drive letters of all mounted filesystems on the computer
Calling Sequence
drives = getdrives()
Arguments
- drives
a matrix of strings.
Description
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, /
.
Examples
getdrives()
Report an issue | ||
<< get_absolute_file_path | Paths - Filenames | getlongpathname >> |