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

Click here to load this message in the networking platform