Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Renaming a directory in VFP 7.0
Message
From
02/07/2004 04:02:30
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00920011
Message ID:
00920014
Views:
24
>Hello all,
>
>is there a way to rename a directory in VFP 7.0 ??

Hans,
declare Integer MoveFile in win32api string @ src, String @ dest

Success = !empty(MoveFile('\temp', '\temp1'))

?Success
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform