在Visual foxpro 中判断文件是否存在的函数

在Visual foxpro 中我要判断一个数据库或数据表文件是否存在,好像系统自带的函数有这种功能的.
---------------------------------------------------------------

File()函数,示例:
IF FILE('foxuser.dbf')
   WAIT WINDOW 'Visual FoxPro resource file present'
ELSE
   WAIT WINDOW 'Visual FoxPro resource file not present'
ENDIF

 
posted @ 2007-03-17 09:42  attitudedecidesall  Views(725)  Comments(0Edit  收藏  举报