Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Having problem setting oldpath and newpath using CD comm
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00871446
Message ID:
00871470
Views:
17
Tru this:


IF .NOT. FULLPATH(curdir()) == lcOldDir **** this is where I am having problems
CD (lcOldDir)
ENDIF

or

old_exact = SET("EXACT")
SET EXACT ON
IF FULLPATH(curdir()) != lcOldDir **** this is where I am having problems
CD (lcOldDir)
ENDIF
SET EXACT &old_exact

Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform