Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with the File Command
Message
From
28/01/2002 04:33:58
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00611357
Message ID:
00611398
Views:
25
DEFINE CLASS TestFile as custom

cFileName =''

PROCEDURE IsFileFound

IF FILE(This.cFileName) = .T.
messagebox ( 'Found')
ELSE
messagebox ('Not Found')
ENDIF


ENDPROC
Previous
Reply
Map
View

Click here to load this message in the networking platform