Read Electron app paths + flags
get_app_pathsGets standard Electron app paths (userData, logs, downloads) and process info (app path, isPackaged, versions). Requires Node inspector connection.
Instructions
Returns app.getPath(...) for the main paths (userData, temp, logs, downloads, documents, home), plus app.getAppPath(), app.isPackaged, process.resourcesPath, process.execPath, process.versions.electron. Requires the main-process Node inspector to be attached — if not, re-launch with a non-zero inspectPort.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Session id. |