Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Different behaviour EXE vs. Prog Env.
Message
From
08/06/2004 18:40:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Different behaviour EXE vs. Prog Env.
Miscellaneous
Thread ID:
00911444
Message ID:
00911444
Views:
55
The following code returns a .F. when run in the programming environment and a .T. when run from within an EXE. Any clues as to why this would be the case? The correct answer is .F..

fileloc = "\\fileserver\data"
if file(fileloc + '\kill.txt')
* do something
endif

the code in question is used in a timer event to shutdown the program if the file is found. It works fine when run from the programming environment but always returns true when run from the EXE. What am I missing?


???????

Thanks for any suggestions.
Next
Reply
Map
View

Click here to load this message in the networking platform