Jump to content

[SOLVED] Renaming a file


tcorbeil

Recommended Posts

<?php

rename("/tmp/tmp_file.txt", "/home/user/login/docs/my_file.txt");

?>

 

...

 

I tried modifying the above to suite my directory structure..  can't seem to get it to work..  I was, however, successful in getting this to work when not having to change directories at all...

 

Any ideas?

 

Thanks.

T.

Link to comment
https://forums.phpfreaks.com/topic/43905-solved-renaming-a-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.