Samples UI Open file dialog

Open file dialog

Let the user choose a file from a dialog.

Intermediate UI Uses: UI

Overview

This sample will be expanded with a complete explanation.

What you’ll learn

  • How this sample is structured
  • Which thinBasic modules are used
  • How to run the code in thinAir

Code

Uses "Console"

PrintL "Open file dialog"
PrintL "Sample code coming soon."

WaitKey
Try it yourself

Copy the code, paste it into thinAir and press F5 to run it.