Skip to content

App.openWithDefaultApp method

App › openWithDefaultApp

Unofficial

Open the file with OS defined default file browser application.

Signature:

openWithDefaultApp(path: string): void

Parameters:

Parameter Type Description
path string The path to the file.

Returns: void