Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Verifying the existence of a file
Message
From
22/08/2001 21:42:35
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00547744
Message ID:
00547751
Views:
14
You might have to tweak it a little but I think this is pretty close.

lcFile = "A:\FileName.Ext"
If File(lcFile)
!&lcFile
Else
Return
EndIf

Aloha,

James
Previous
Reply
Map
View

Click here to load this message in the networking platform