openURL

Open given URL in a web browser.

Supports all major desktop operating systems. Does nothing if not supported on the given platform.

At the moment this simply wraps std.process.browse.

@safe nothrow
void
openURL
(
scope const(char)[] url
)

Meta