Is there a function that renames a directory ?
Best regards,
Klaas den dekker
Is there a function that renames a directory ?
Best regards,
Klaas den dekker
DLL32 FUNCTION MOVEFILE( cExistingFileName AS LPSTR, cNewFileName AS LPSTR ) AS BOOL;
PASCAL FROM "MoveFileA" LIB "kernel32.dll"Thanks, works very well !
Best regards,
Klaas