How rename a file without copy ???

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

Filax(Posted 2003) [#1]
How rename a file without copy ??? have an idea ?


Rogue Vector(Posted 2003) [#2]
Goto: Code Archives\File Utilities\Deluxe File Rename

Created by Darkheart I believe.

RV


Filax(Posted 2003) [#3]
I have see :) but the code make a copy ... i don't want

Maybe with DECLS ???


soja(Posted 2003) [#4]
.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.)


Filax(Posted 2003) [#5]
Thx :) soja !