Bcc.FolderOpenDialogBox({InitialDirectory})

Description

Displays a folder chooser dialog box


Parameters

The primary input of this function is a Table which can include the following keys:


  • InitialDirectory – The directory displayed within the folder chooser dialog when initialized


Return

Returns the selected folder file path when OK button is selected.


Returns nil if Cancel button is selected.

Examples


foldername = Bcc.FolderOpenDialogBox({ InitialDirectory="C:/BobCAD-CAM Data/BobCAD-CAM V32/LuaPlugins/My Plugin"})