fileExists 函数

语法

  • bool filesExists(filePath)

参数

  1. filePath - 字符串

返回值

如果存在文件 filePath,则为 true,否则为 false。

说明

fileExists 函数用于检查工作空间中是否存在文件 filePath。 将使用与用于资产插入和纹理查找相同的搜索顺序。

相关内容


在本主题中