Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Renaming a Folder - No command for it!
Message
From
22/02/2001 09:20:04
 
 
To
22/02/2001 08:56:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00478362
Message ID:
00478369
Views:
24
Mark,

if WSH would be an option, you could do something like
loFSO         = CREATEOBJECT("Scripting.FileSystemObject")
loFolder      = loFSO.getFolder(lcPathOfFolderToBeRenamed)
loFolder.Name = lcNewFolderNameWithoutPath
HTH Robert
I've acquired quite a taste for a well-made mistake... [Fiona Apple]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform