Open File
Opens a file using the system's default application for that file type.
Category: File & Folder Operations · Group: Files · Activity name: OpenFile

Example
OpenFile("<filePath>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| File Path | string | Yes | The full system path of the file to be opened (e.g., /path/to/file). |