Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
fullpath
指定した相対パス名に関する完全なパス名を作成する.
呼び出し手順
res = fullpath(relative_path)
パラメータ
- res
文字列
- relative_path
文字列
説明
指定した相対パス名に関する完全なパス名を作成します.
linuxでは, 'relative_path' が存在する必要があります.
例
Report an issue | ||
<< fullfile | Paths - Filenames | get_absolute_file_path >> |