Posts: 133
Threads: 12
Joined: Oct 2013
Reputation:
0
I'm searching for a code to rename a file!
Posts: 1,164
Threads: 20
Joined: Oct 2008
Reputation:
0
By natives you can't.
You must read whatever is on the file (keeping it on the memory), deleting said file, recreating it with the new name and then write whatever that was stored when you read it.
That is what basically most file processing systems do with their files.
Posts: 133
Threads: 12
Joined: Oct 2013
Reputation:
0
I have a big file, it may bug or something, it ll not be fast and safe !