Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Does not Exist
Message
From
09/06/2004 11:34:11
 
 
To
09/06/2004 11:24:13
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00911754
Message ID:
00911767
Views:
19
Steven,

Store the file name to a variable first and then use that to evaluate it.
lcFile = AllT(pdm_var.ReleasedPDFDir)+AllT(pdm_var.current_drawing_no)+AllT(pdm_var.current_drawing_rev)+".pdf"

If File(lcFile) = .T. Then

is_file_open_ds = FDate(lcFile,1)

Else

is_file_open_ds = {} 

EndIf
Previous
Reply
Map
View

Click here to load this message in the networking platform