Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alias not found
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00087803
Message ID:
00087810
Views:
26
>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")

HTH
Jeff

It's Time to get a gun.

That's what I've been thinkin.

I think I can afford one, If I do a little less Drinkin.

www.TrueGeeks.com
Previous
Reply
Map
View

Click here to load this message in the networking platform