HM\BackUpWordPress\Backup_Engine::get_backup_filepath PHP Method

get_backup_filepath() public method

Get the full filepath to the backup file.
public get_backup_filepath ( ) : string
return string The backup filepath.
    public function get_backup_filepath()
    {
        return trailingslashit(Path::get_path()) . $this->get_backup_filename();
    }