For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get File

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

await win32.get_file(id);

Params

id

String

id of the file. Refer to Pick Files

Return

Promise<Object>

A win32 file object, as described in Pick Files

Last updated