Check File Exists
ファイルが存在するかどうか('True'/'False')を保存します。
ファイルCheckFileExists
概要
ファイルが存在するかどうか('True'/'False')を保存します。
Store whether a file exists ('True'/'False').
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| File path | file | 必須 | Path to the file. 例: C:/temp/data.txt 変数に対応 | |
| Store result in | variable | 必須 | 例: exists |