mkrausnick
Programmer
I finally broke down and installed VFP on my Win7 machine. Cruising along fine, and then this completely unexpected error happens:
This code:
yields "Invalid path or file name."
I've used this construct for years in WinXP with no problem.
Has anyone else come across this, and is there a workaround?
Mike Krausnick
Dublin, California
This code:
Code:
SaveDir=curdir()
CD <some_other_folder_on_the_same_drive>
.
. some code
.
CD (SaveDir)
yields "Invalid path or file name."
I've used this construct for years in WinXP with no problem.
Has anyone else come across this, and is there a workaround?
Mike Krausnick
Dublin, California