ElectronShell.showItemInFolder method
ElectronShell › showItemInFolder
Unofficial
Shows the given file in a file manager. If possible, selects the file.Signature:
showItemInFolder(fullPath: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| fullPath | string | The full path to the file. |
Returns: void