Module bp3d_os::open

source ·
Available on crate feature open only.
Expand description

This module provides cross-platform functions to open files, urls and select files in the file explorer.

Structs

An error thrown when an URL couldn’t be parsed.
Represents an URL to be passed to the open function.

Enums

Error cases for open functions.

Functions

Opens an URL using the default associated app for the URL scheme.
Open a file explorer selecting the different files given as iterator.

Type Definitions

The result type of an open operation.