# Syntax
A file can be opened using the default handler using the syntax:
```
local open file "FILENAME"
```
# Examples
The following example opens the text file `c:\temp\readme.txt` using the assigned application:
```
local open file "c:\temp\readme.txt"
```