指定したファイルやディレクトリが存在するかどうかで分岐
IfExist, FilePattern IfNotExist, FilePattern
引数名 | 説明 |
---|---|
FilePattern |
パスやファイル名、ワイルドカード。 相対パスで記述された場合、%A_WorkingDir%から検索される。 |
IfExist, D:\ MsgBox, The drive exists. IfExist, D:\Docs\*.txt MsgBox, At least one .txt file exists. IfNotExist, C:\Temp\FlagFile.txt MsgBox, The target file does not exist.