Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Different behaviour EXE vs. Prog Env.
Message
De
08/06/2004 18:40:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Different behaviour EXE vs. Prog Env.
Divers
Thread ID:
00911444
Message ID:
00911444
Vues:
53
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform