OpenFileDialog filter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I understand how the filter and filterindex works in the OpenFileDialog
class. However, I want to filter files that don't have extensions, but the
filter doesn't seem to understand this type of file name. Do you have any
suggestions on how to do this?
 
Steve said:
I understand how the filter and filterindex works in the OpenFileDialog
class. However, I want to filter files that don't have extensions, but the
filter doesn't seem to understand this type of file name. Do you have any
suggestions on how to do this?

try *.
 
Steve said:
I understand how the filter and filterindex works in the OpenFileDialog
class. However, I want to filter files that don't have extensions, but the
filter doesn't seem to understand this type of file name. Do you have any
suggestions on how to do this?

what i mean is "*." not a sentence ending with * then a period to
signify that the sentence was a statement, and not a question.
 
What is shows is a list of the folders within the given directory, not a list
of files without extensions. Any other ideas?
 
Steve said:
What is shows is a list of the folders within the given directory, not a list
of files without extensions. Any other ideas?

well, that should show both, but no, no other ideas.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top