| 1377 | } |
| 1378 | }; |
| 1379 | |
| 1380 | struct QiFunc_file_exist : public QiFunc |
| 1381 | { |
| 1382 | QiFunc_file_exist() : QiFunc(1) {} |
| 1383 | QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override |
| 1384 | { |
| 1385 | return File::FileExist(String::toWString(args[0].toString())); |
nothing calls this directly
no outgoing calls
no test coverage detected