Final
Final
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php // movefile.php
|
||||
if (!rename('testfile2.txt', 'testfile2.new'))
|
||||
echo "Could not rename file";
|
||||
else echo "File successfully renamed to 'testfile2.new'";
|
||||
?>
|
||||
Reference in New Issue
Block a user