open-app (original) (raw)

8.15

top contents ← prev up next →

Simon Lukas Schlee <schlee.simon@gmail.com>

(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(open-app target) → boolean?
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.

top contents ← prev up next →