to all guru :
how can we rename a folder ?? is there a function? i look on php help but only found renaming a filename
this is my current script
but the rename functions works only on filename not folder
$folder='onefolder'
rename($folder,'foldernew');