Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alias not found
Message
From
31/03/1998 09:16:37
 
 
To
27/03/1998 15:20:10
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00087803
Message ID:
00088381
Views:
30
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform