Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias not found
Message
De
31/03/1998 09:16:37
 
 
À
27/03/1998 15:20:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00087803
Message ID:
00088381
Vues:
31
>Would someone tell me why the top two lines elicit
>an alias not found. I'm just trying to test for the
>existance of this file. It especialy doesn't like it
>when I use the full path name.
>
>
>if FILE(finished.txt)
> Return .T.
>DECLARE SHORT ExitWindowsEx IN Win32API;
>INTEGER nShutDownMode,;
>INTEGER nReserved
>Declare Integer ExitProcess IN Win32API;
>Integer ExitCode
>#DEFINE ShutdownFlagValue0
>#DEFINE ShutdownFlagValue1
>#Define ShutdownFlagValue2
>ON SHUTDOWN nResult=ExitProcess(0)
>
>nMyReturnValue=ExitWindowsEX(1,0)
>else
>endif


Try if FILE('finished.txt')

Russ
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform