grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » FileExists(string) |
Version 2.2 |
FileExists 関数は、ファイルが存在するかどうかを確認し、結果を boolean 値で返します。
ショーファイル・フォルダにある最初のファイルのフィードバックを返します。この例では、GetPath() 関数と DirList() 関数を用います。
The DirList Lua function returns a table of files at a specified path.
Learn more in the DirList() topic.
Lua |
return function () |