I want to do this:
openfiledialog filter doesn't show folders. just show the files. is it possible?
this code at the below, show me the folders and the images files. I want to filter folders too.
file.Filter = "İmage files |*.jpg;*.png;*.gif;*.jpeg*";
file.FilterIndex = 1;