filesystem.exists
code:Lua
flag = textmodule.filesystem.exists(path)
モジュール
filesystem
引数
table:_
変数 型 概要
1 path string パス
返り値
table:_
変数 型 概要
1 flag boolean 引数で指定したパスが存在しているかどうか
概要
指定したパスにファイルやフォルダが存在しているかを、ブール値
flag
で返す。