OpenFileRequester not seeing files?
Posted: Sat Mar 26, 2022 3:29 am
Hi all.
I have this bit of code in a procedure handling menu events:
When the file requester window appears, .bmp is the default file type as expected. However, the actual .bmp files in the directory simply do not appear, until I change the file type to "All files (*.*). I also tried having the default file type be *.txt files, and the same problem occurs (they are not visible until I change to see all file types). Am I doing something wrong?
Thanks in advance.
I have this bit of code in a procedure handling menu events:
Code: Select all
FileName$ = OpenFileRequester("Load Image", "", "Bitmap files (*.bmp) | *.bmp | All files (*.*) | *.*", 0)
Thanks in advance.