Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FILE() bug
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
Miscellaneous
Thread ID:
00953909
Message ID:
00954176
Views:
21
Other way to workaround is to change Path before FILE():
old_path = SET("PATH")
SET PATH TO
? FILE(mv)
SET PATH TO (old_path)
>Don't know if this one has been reported already:
>
>go to a subdirectory
>find a file it contains, e.g. HelloWorld.txt , but that is not on "c:\"
>mv="C:\HelloWorld.txt"
>? File(mv) returns .T. seems to ignore the path..
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform