win32.run
AppGithub
  • Introduction
  • Acknowledgements
  • Files Transfer
  • Developers
    • Run, build & deploy
    • Spaghetti Code
      • Code Structure
      • System Variables
      • Working with Files
      • Open a program with a file
    • 3rd-party apps
      • Pick Files
      • Save File As
      • Get File
      • Save File
Powered by GitBook
On this page
  • Params
  • Return
  1. Developers
  2. 3rd-party apps

Get File

PreviousSave File AsNextSave File

Last updated 2 years ago

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

Return

Promise<Object>

A win32 file object, as described in

Pick Files
Pick Files