b2dOpenFolderDialog

Shows the OS 'select folder' dialog; returns the chosen folder (empty string if cancelled).

File IO

Parameters & Returns

Parameters

title String
defaultPath String

Returns

String

Quick Summary

Shows the OS 'select folder' dialog; returns the chosen folder (empty string if cancelled).

Technical Exegesis...

Opens the native folder-picker with the given title and starting path, returning the selected folder path, or an empty string if cancelled.

Example

Example.bam
; No example implemented yet