How do I move a file from one dir to another one?
Not talking about reading a file with readfile() and writing it to a new file again with writefile() .. (=slow) I mean the native way, like how windows (or whatever OS) does it.. the fast way.
If someone has a function (not a method!) suggestion, please in this format:
Movefile sourcefile$,destinationpath$
..with everything local, no globals :P
Not talking about reading a file with readfile() and writing it to a new file again with writefile() .. (=slow) I mean the native way, like how windows (or whatever OS) does it.. the fast way.
If someone has a function (not a method!) suggestion, please in this format:
Movefile sourcefile$,destinationpath$
..with everything local, no globals :P