Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
pwd
Scilab カレントディレクトリを出力
pwd
Scilab カレントディレクトリを取得
呼び出し手順
pwd x=pwd()
説明
pwd
は, Scilab カレントディレクトリ を ans
に返します.
x=pwd()
は x
にScilab カレントディレクトリを返します.
例
pwd x=pwd()
Report an issue | ||
<< mkdir | Directory | removedir >> |