WLJS LogoWLJS Notebook

SystemOpen

SystemOpen["target"] opens the file, URL, or target with the associated system application.

Examples

Open a file:

SystemOpen["document.pdf"]

Open a URL in browser:

SystemOpen["https://www.wolfram.com"]

Open a folder:

SystemOpen[Directory[]]

Please visit the official Wolfram Language Reference for more details.

On this page