toto
Sep 8th, 2003, 04:51 PM
Hello,
This is probably a stupid question, but does anyone know how to move a file on the same system as the php script is running?
The problem I run into is I have only found a way to do this by using the copy command and then deleting the old file (unlink) this however resets all the attributes on the file..creation time..modification time..accessed time.. Which I happen to need to keep!
Thanks guys,
Mitchel
This is probably a stupid question, but does anyone know how to move a file on the same system as the php script is running?
The problem I run into is I have only found a way to do this by using the copy command and then deleting the old file (unlink) this however resets all the attributes on the file..creation time..modification time..accessed time.. Which I happen to need to keep!
Thanks guys,
Mitchel