ElectronApp.addRecentDocument method
ElectronApp › addRecentDocument
Unofficial
Addspath to the recent documents list. macOS and Windows only. Signature:
addRecentDocument(path: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | The path to add. |
Returns: void