8.16.0.4
open-app
(require open-app) | package: open-app |
Open-app is a small utility which allows you to open the default application for a given file or url.
procedure
target : (or/c path? string-no-nuls? bytes-no-nuls?)
Opens the default application for the given target.
If the application was opened, the return value is #t, #f otherwise.