How get file names using OpenFileDialog in .NET (1000+ file multiselect)
- by Cole
Maybe some of you have come across this before....
I am opening files for parsing. I'm using OpenFileDialog, of course, but i'm limited to a buffer of 2048 on the .FileNames string. Thus, I can only select a few hundred files. This is OK for most cases. However, fore example, I have in one case 1400 files to open. Do you know a way to do this…