Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
pathsep
現在のオペレーティングシステムのPATH環境変数で使用されるパス区切り文字を提供します.
呼び出し手順
s = pathsep()
パラメータ
- s
- キャラクター Windowsでは ";", Linuxでは ":".
例
--> pathsep() ans = ";" --> getenv PATH "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\OpenSSH\; ..." --> tokens(getenv("PATH"), pathsep()) ans = "C:\Windows\system32" "C:\Windows" "C:\Windows\System32\Wbem" "C:\Windows\System32\OpenSSH\" "C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common" "C:\Program Files\NVIDIA Corporation\NVIDIA NGX"
Report an issue | ||
<< pathconvert | Paths - Filenames | splitURL >> |