Documentation
rename
usage
boolean = file->rename( string newName )
paramètres
newName: the new name of the file
exemples
include_once('../Kernel/common/file.class.php');
$origin = new File('/media/8217.txt');
$origin->rename('8218.txt');
boolean = file->rename( string newName )
newName: the new name of the file
include_once('../Kernel/common/file.class.php');
$origin = new File('/media/8217.txt');
$origin->rename('8218.txt');