Which property is the same in the openfiledialog and save the file dialogue control?
Answers
Answered by
16
file name
filter
initial directory
filter
initial directory
Answered by
0
The OpenFileDialog and SaveFileDialog controls have the following properties:-
DefaultExt:- You can use this attribute to specify the default file extension.
InitialDirectory:- When you use the OpenFileDialog and SaveFileDialog, this property specifies the Initial Directory that should be opened.
RestoreDirectory:- If this parameter is set to true, the original directory will be restored before the file is closed.
FileNames:- This will show you the file names of all the files you've selected.
Similar questions