ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUIDlgCtl Control > IGGUIDlgCtl Properties > Directory Property |
Gets and sets the directory. Set this before calling ShowOpenDirDlg Method, ShowSaveFileDlg Method or ShowLoadFileDlg Method, to pre-set the dialog to a particular directory. After calling ShowOpenDirDlg Method, if the function return-value is True, then the name of the directory chosen by the end-user will be in here.
Read-write property
String
Default Value: ""
Valid Values: Any fully-qualified directory name. Can either be specified with a drive letter (e.g., "C:\My Pictures") or in UNC format (e.g., "\\ImageShare\Corp Pictures").
N/A
ig_guidlg.vb6.exe