Skip to content

ElectronShell.showItemInFolder method

ElectronShell › showItemInFolder

Unofficial

Shows the given file in a file manager. If possible, selects the file.

Signature:

showItemInFolder(fullPath: string): void

Parameters:

Parameter Type Description
fullPath string The full path to the file.

Returns: void