Scilab-Branch-5.3-GIT
      
      - Scilab help
 - Files : Input/Output functions
 - basename
 - chdir
 - copyfile
 - createdir
 - deletefile
 - dir
 - dirname
 - dispfiles
 - fileext
 - fileinfo
 - fileparts
 - filesep
 - findfiles
 - fprintf
 - fprintfMat
 - fscanf
 - fscanfMat
 - fullfile
 - fullpath
 - get_absolute_file_path
 - getdrives
 - getlongpathname
 - getrelativefilename
 - getshortpathname
 - %io
 - isdir
 - isfile
 - listfiles
 - listvarinfile
 - ls
 - maxfiles
 - mclearerr
 - mclose
 - mdelete
 - meof
 - merror
 - mfprintf
 - mscanf
 - mget
 - mgetl
 - mgetstr
 - mkdir
 - mopen
 - movefile
 - mput
 - mputl
 - mputstr
 - mseek
 - mtell
 - newest
 - pathconvert
 - pathsep
 - pwd
 - removedir
 - rmdir
 - save_format
 - scanf
 - scanf_conversion
 - sscanf
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
getdrives
コンピュータのファイルシステムにマウントされている全ての ドライブ名を取得する.
呼び出し手順
drives = getdrives()
パラメータ
- drives
 文字列の行列
説明
コンピュータのファイルシステムにマウントされている全てのドライブ名を取得します.
コンピュータのファイルシステムにマウントされている全てのルートを 文字列の行列として返します.
Linuxでは, このリストはただ一つのルートディレクトリ / により構成されます. this list consists solely of the root directory, / .
例
getdrives()
作者
- A.C
 
| << get_absolute_file_path | Files : Input/Output functions | getlongpathname >> |