当前位置:首页
> PB函数
PB 判断文件是否存在的函数FileExists
FileExists( filename )判断指定文件是否存在,不过是固定的文件名。示例代码:if FileExists("outp.ini") then &n...