← 返回函数库

fileExists

File I/O 内置函数 已实现

语法

fileExists(...)

示例

attr x = fileExists(...)

🎨 3D 预览 — 文件存在检查

@StartRule
Lot --> primitiveCube(4, 4, 4)
        print(fileExists("example"))
        color(0.6, 0.7, 0.8)