G
gopal
In the SaveFileDialog window, below we have two combo boxes
1.FileName - which lists all the files with specified extension given
by us
2.Save as Type - which displays type of file extension namely *.txt
1. FileName combo box - shows the complete path of the files namely
C:\Test1\abc.doc
C:\Test1\abc2.doc
What i want is FileName comboBox should only display file names namely
abc.doc
abc2.doc
1.FileName - which lists all the files with specified extension given
by us
2.Save as Type - which displays type of file extension namely *.txt
1. FileName combo box - shows the complete path of the files namely
C:\Test1\abc.doc
C:\Test1\abc2.doc
What i want is FileName comboBox should only display file names namely
abc.doc
abc2.doc