View Single Post
Old 03-22-2003, 11:44 PM  
Lane
Will code for food...
 
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
<?
$handle = opendir('.');
while (false !=<b></b>= ($file = readdir($handle)))
if ($file != "." && $file != "..")
rename("$file","tn_$file");
closedir($handle);
?>


just a quickie in php.. not tested.. hope it works..
__________________
Lane is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote