Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ISSUES: SET('Default')
Message
From
15/06/2005 09:20:03
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01023381
Message ID:
01023460
Views:
10
>>when the Team has improved SET DEFAULT TO, it had to add SET("default", 1|2).
>
>I guess it wasn't on there priority list. :)
>
Agree. But you suppose that they have a free afternoon. :)

>>FULLPATH("") is not a good choice, why it is the much slowest one,
>>and sure it is not readable.
>
>The speed woild be only issue if you call it in the loop, do you? And it's much more readable than SYS(5) + SYS(2003) or whatever.

Agree too.
But:
* on my devFoxpro.h
#DEFINE GetCurrentDrive         SYS(5)
#DEFINE GetCurrentDirectory	SYS(2003)
#DEFINE GetCurrentDirectoryFull	GetCurrentDrive+GetCurrentDirectory
Hi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform