Is there a function that renames a directory ?
Best regards,
Klaas den dekker
Rename directory
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Rename directory
Code: Select all
DLL32 FUNCTION MOVEFILE( cExistingFileName AS LPSTR, cNewFileName AS LPSTR ) AS BOOL;
PASCAL FROM "MoveFileA" LIB "kernel32.dll"
-
- Posts: 23
- Joined: Sat Oct 22, 2005 8:22 pm