Dmyers\Storage\Adapter\Base::move PHP Méthode

move() abstract public méthode

Move a file in storage.
abstract public move ( string $path, string $target ) : boolean
$path string The current path to the file to move.
$target string The new path to the file.
Résultat boolean
    public abstract function move($path, $target);