AMD FX-8350 Eight-Core Processor - RAM DDR3 32768 MBytes
Some months ago I created a small program for a client which uses the OpenFileRequester function and has been working perfectly, but suddenly they are encountering a failure, when using "Ctrl+A" to select all the files in the directory and the funtion return with some (not all) directories.
Code: Select all
InFile.s = ""
InFile = OpenFileRequester("Choose some files", "", "", 0, #PB_Requester_MultiSelection)
Adapting the code to use ExamineDirectory works as a kluge work-around, but lacks the flexibility and usability of the OpenFileRequester code.
I have searched for MS documentation, but have not found any information about any limit on file selection. Does anyone here have any thoughts or pointers on this subject?
Dave