# File Open Action

The **File Open Action** node opens a file using the default application associated with its file type on the operating system.

The node triggers the operating system to open the specified file. The OS then launches the application registered for that file extension and runs it as the parent process.

Because the behavior relies on the operating system’s file associations, the node can be used with many different applications.

#### Input Parameters

**File Path**\
Full path to the file to be opened, including filename and extension.

<figure><img src="/files/Yfiv2fpD6PCzx9e6cklB" alt="" width="350"><figcaption><p>File Open Action</p></figcaption></figure>

#### Behavior

* Starts the application associated with the file type
* Executes on the host running the stream (client or server)
* Does not interact directly with the application itself
* Only triggers the operating system to open the file
* Supports asynchronous execution

#### Typical Use Cases

* opening project files (Premiere Pro, After Effects, Audition)
* launching review documents
* opening scripts, reports, or log files
* triggering external tools via associated file types

#### Important Notes

* The correct application must already be installed on the executing host
* The file extension must be properly associated with an application in the OS
* The node does not verify that the application started successfully
* No feedback from the opened application is returned to the stream

#### Practical Note

This node does not “control” the application — it simply performs the same action as double-clicking a file in the operating system’s file explorer.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/nodes/actions/file-and-folder-22/file-open-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
