Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Default directory Getfile
Message
 
 
To
03/07/2006 17:06:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01133495
Message ID:
01133502
Views:
16
>
>LOCAL lcCurDir, lcFile
>lcCurDir = FULLPATH( CURDIR() )
>CD C:\TEMP
>lcFile = GETFILE()
>CD "&lcCurDir"
>
Hi Marcia,

Is there a particular reason for using macro substituion in your code instead of Name expression?
...
CD (lcCurDir)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform