Dmyers\Storage\Adapter\Base::move PHP Method

move() abstract public method

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.
return boolean
    public abstract function move($path, $target);