我正在尝试检查目录中是否存在图像,但是函数.Exists()
返回的是false。
我将&File
定义为文件数据类型。
我尝试过:
&File.Source = !'c:\users\dev6\pictures\cat55.jpg'
if &File.Exists()
GDebug('Find')
else
GDebug('Don't find')
endif
GDebug
是在归档文件中进行日志记录的一种过程。
我只收到“找不到”字样,但是我有档案cat55.jpg ...