Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Move framework classes to another location
Message
From
21/07/2006 15:11:44
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
21/07/2006 12:02:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01138570
Message ID:
01138694
Views:
11
>I have my framework classes on a local drive. I want to move them to a network drive. How can I update all my projects at once to look into a new location?

You can open your projects one by one as tables, and in each one of them

replace all name with strtran(name, lcOldFWPath, lcNewFWPath)

I think the paths are stored as lowercase, but you better check or use additional parameters of strtran(). There's also a terminating chr(0) (or maybe not) after the name, but it won't be influenced by strtran.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform