Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Renaming a Folder - No command for it!
Message
From
22/02/2001 16:46:53
 
 
To
22/02/2001 09:41:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00478362
Message ID:
00478630
Views:
25
This should work (forget that it SAYS Move <g>).

*:* Rename a Directory

DECLARE INTEGER MoveFile IN Win32API STRING source, STRING destination
? movefile ("c:\vfp\tester", 'c:\vfp\testerex')

Success returns 1, failure 0.

Rick
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform