Dean_IconWeb on 04/30/09
Last Edited at 04/30/09 12:02am
$files = scandir($directory);foreach($files as $key=>$name){ $oldName = $name; $newName = strtolower($name); rename("$directory/$oldName","$directory/$newName");}
Report this snippet Tweet
Comment:
You need to login to post a comment.