FileDialog.initialDirectory Property
Parent Object:
FileDialogDefined in namespace "adsk::core" and the header file is <Core/UserInterface/FileDialog.h>
Description
Gets or sets the initial directory displayed by the file dialog box.
Syntax
"fileDialog_var" is a variable referencing a FileDialog object.
# Get the value of the property. propertyValue = fileDialog_var.initialDirectory
# Set the value of the property. fileDialog_var.initialDirectory = propertyValue
|
"fileDialog_var" is a variable referencing a FileDialog object.
#include <Core/UserInterface/FileDialog.h>
// Get the value of the property. string propertyValue = fileDialog_var->initialDirectory();
// Set the value of the property, where value_var is a string. bool returnValue = fileDialog_var->initialDirectory(value_var);
|
Property Value
This is a read/write property whose value is a string.
Version
Introduced in version August 2014