Click or drag to resize

GTPUFileDialogInitialDirectory Property

Gets or sets the initial directory displayed by the file dialog box.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.GTPU.Windows.Forms (in ABB.Robotics.GTPU.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public string InitialDirectory { get; set; }

Property Value

Type: String
The initial directory displayed by the file dialog box. The default is an empty string ("").
See Also