在Visual foxpro 中我要判断一个数据库或数据表文件是否存在,好像系统自带的函数有这种功能的.
---------------------------------------------------------------
File()函数,示例:
IF FILE('foxuser.dbf')
WAIT WINDOW 'Visual FoxPro resource file present'
ELSE
WAIT WINDOW 'Visual FoxPro resource file not present'
ENDIF