Share

FolderDialog.folder Property

Parent Object: FolderDialog
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/FolderDialog.h>

Description

Gets the folder selected by the user in the dialog. This property is used after the ShowDialog method has been called to retrieve the folder specified by the user.

Syntax

"folderDialog_var" is a variable referencing a FolderDialog object.

# Get the value of the property.
propertyValue = folderDialog_var.folder

Property Value

This is a read only property whose value is a string.

Samples

Name Description
File Dialog Sample Demonstrating how to pop up a file dialog and a folder dialog.

Version

Introduced in version September 2017

Was this information helpful?