Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FILE command
Message
 
 
To
02/05/2002 10:56:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00651876
Message ID:
00651889
Views:
18
>I have code somewhere along the lines of the following:
>
>STORE mypath + mystyle + "_" + country TO myfile
>IF !FILE(myfile)
>   STORE mypath + mystyle + "_" + default TO myfile	
>ENDIF
>
>Even though the files exist it always returns .F. on the FILE command.
>
>Anyone any ideas why this would happen.

Does this file have an extension? If it doesn't try to add "." at the end of the file name.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform