Module
Electron.Shell
- Package
- purescript-electron
- Repository
- cjduncana/purescript-electron
#showItemInFolder Source
showItemInFolder :: forall e. String -> Eff (electron :: ELECTRON | e) Unit
Show the given file in a file manager. If possible, select the file.
#openExternal Source
openExternal :: forall e. String -> Eff (electron :: ELECTRON | e) Unit
Open the given external protocol URL in the desktop's default manner. (For example, mailto: URLs in the user's default mail agent.)