This property sets the folder initially displayed by the OpenFileDlg and SaveFileDlg methods
[Visual
Basic] imagekitcontrolname.File.FilePath
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetFile().GetFilePath()
imagekitcontrolname.GetFile().SetFilePath(LPCTSTR Val)
imagekitcontrolname.GetFile().SetFilePath(LPCTSTR Val)
Property Value
The FilePath is the folder name
Explanation
The FilePath property sets the folder initially displayed by the OpenFileDlg and SaveFileDlg methods.
When you execute the OpenFileDlg and SaveFileDlg methods, the "Open" dialog box and "Save" dialog box will be displayed. The FilePath property allows you to set the folder that is accessed when the "Open" dialog box and "Save" dialog box are displayed.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.