Is there an API function that will rename a directory? Otherwise I'll have to create a new one, move all the files, and then delete the old one...
Cheers for the help!
Mafro
Printable View
Is there an API function that will rename a directory? Otherwise I'll have to create a new one, move all the files, and then delete the old one...
Cheers for the help!
Mafro
use
name "olddirectory" as "newdirectory"
this option using for files or directory
incluying path name
ok