> For the complete documentation index, see [llms.txt](https://docs.win32.run/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.win32.run/developers/3rd-party-apps/get-file.md).

# Get File

Get a file on win32.run by its id without invoking Files Picker dialog

```javascript
await win32.get_file(id);
```

### Params

#### id

`String`

id of the file. Refer to [Pick Files](/developers/3rd-party-apps/pick-files.md#returns)

### Return

`Promise<Object>`

A win32 file object, as described in [Pick Files](/developers/3rd-party-apps/pick-files.md#returns)
