run(); } catch ( \Exception $e ) { return false; } if ( $process->isSuccessful() ) { return $path; } } return false; } }