Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Folder name
Message
From
04/08/2008 13:53:18
 
 
To
04/08/2008 13:13:56
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01336279
Message ID:
01336294
Views:
13
>What is the command line to rename a folder in VFP8?

AFAIK there is no command for this, but if there are no subdirectories you can do like this
lcOldDir='P:\xxx'
lcNewDir='P:\xxxnew'
Md (lcNewDir)
Rename (lcOldDir + '\*.*') to (lcNewDir + '\*.*')
Rd (lcOldDir)
Previous
Reply
Map
View

Click here to load this message in the networking platform