PdcApplication.OpenFolderDialog

From External Bemet Wiki
Revision as of 14:17, 4 April 2023 by TC (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

OpenFolderDialog() as String

Description

Open a file browser dialog via Bemet to select a folder. This will return the full path of the selected folder as a String. If this form is canceled without selecting a file, an empty string will be returned.

Notes

This method is only available in the EciCloud!!
When used in an on-prem version of Bemet, it will return an empty string, and write an error to LastErrorString.

Code example

Dim Result As String = PDC.App.OpenFolderDialog()

Availability

Available since april 2023. Bemet 2023R2 and higher.