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
tempname
テンポラリファイル用のユニークな名前
呼び出し手順
tmp_name = tempname([prefix])
引数
- tmp_name
文字列
- prefix
文字列: ファイル名の接頭辞(Windowsでは,最大3文字).
説明
ユニークなファイル名を有するファイルをTMPDIRディレクトリに作成します.
tmp_nam = tempname() は,テンポラリなファイル名として使用可能な ユニークな文字列, tmp_namを返します.
Report an issue | ||
<< pathsep | Paths - Filenames | copyfile >> |