Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why SET('default') return only the drive letter?
Message
From
15/09/2006 13:02:49
 
 
To
15/09/2006 11:38:36
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01154143
Message ID:
01154201
Views:
11
>If I do this...
>set default to C:\Windows\Temp
>
>and after this...
>?set("default")
>
>it returns only C:
>but the setting to complete path is ok in my test.
>
>Is it normal? And why?
SET DEFA TO C:\TEMP
? SET("DEFA")......   C:
? SET("DIRE")......   C:\TEMP
This is still supported in VFP 8, and I think it is still supported in VFP 9
Previous
Reply
Map
View

Click here to load this message in the networking platform