Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Functions

CNSImage_Folder_SelectWithDialog

NameCNSImage_Folder_SelectWithDialog
Description

You can use this function to choose a folder using a dialog box. You can use the optional “StartPath” parameter to specify which folder to display when the dialog first opens. You can use the optional “Prompt” parameter to display a message in the dialog box.

Return TypeText
FormatCNSImage_Folder_SelectWithDialog ( StartPath ; Prompt )
Optional Parameters
StartPath

The Path to the Folder to display when the dialog first opens.

Prompt

An optional Prompt or Message to display on the Dialog.

Examples
Example 1

Displays a dialog so you can choose folder. The chosen path is returned.

CNSImage_File_SelectFolderWithDialog
Example 2

Displays a dialog so you can choose a folder, starting with the startup volume or first drive.

CNSImage_File_SelectFolderWithDialog( "/" )