How rename a file without copy ???

Blitz3D Forums/Blitz3D Programming/How rename a file without copy ???

How rename a file without copy ??? have an idea ?

Goto: Code Archives\File Utilities\Deluxe File Rename

Created by Darkheart I believe.

RV

I have see :) but the code make a copy ... i don't want

Maybe with DECLS ???

.lib "msvcrt.dll"
RenameFile%(source$, dest$):"rename"

Just make sure you terminate your progam withthe End command. (Search the forums for "renamefile" for more info.)

Thx :) soja !