b2dSaveFileDialog

Shows the OS 'save 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 'save file' dialog; returns the chosen path (empty string if cancelled).

Technical Exegesis...

Opens the native save dialog with the given title and starting path, returning the full path to save to, or an empty string if cancelled.

Example

Example.bam
; No example implemented yet