FileExplorerPluginInstance.revealInFolder method
FileExplorerPluginInstance › revealInFolder
Unofficial
Reveals a file or folder in the file explorer view, opens the view if it is not already. open/visible.Signature:
revealInFolder(item: TAbstractFile): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| item | TAbstractFile | The file or folder to reveal. |
Returns: void