FileDialog.ShowOpen() Method

Shows the system's Open File dialog

Syntax

FileDialog.ShowOpen()

The method syntax has these parts:

Part Description
Return (Boolean) True if OK clicked, False if Cancel clicked.

Remarks

If CancelError is set to true, generates a trappable error if the user clicks the Cancel button.