Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there an API call to rename a folder
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00178253
Message ID:
00178441
Views:
20
Hi Juan:

>I know this question may have probably come up before. Is there an API call that would allow me to rename a folder?

I do this for files and folders:

declare MoveFileA in kernel32 as foxmove string, string, int
* and later in the code...
=foxmove(oldname, newname)

(If anyone can point out how I should do this better/more carefully, please do -- I'm a dufus with the API)

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform