b2dOpenFileDialog

Shows the OS 'open file' dialog; returns the chosen path (empty string if cancelled).

File IO

Parameters & Returns

Parameters

title String
defaultPath String

Returns

String

Quick Summary

Shows the OS 'open file' dialog; returns the chosen path (empty string if cancelled).

Technical Exegesis...

Opens the native file-picker with the given window title and starting path, and returns the full path the user selected, or an empty string if they cancelled.

Example

Example.bam
; No example implemented yet