Adds the specified file or directory to the archive.
$file_path: The full system path of the file or directory to add. Only local files and directories are supported.
ArchiverInterface The called object.
public function add($file_path);