You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
The wchart_t buffer (szFile) is of size MAX_PATH (260 on my platform). This is not sufficient to handle medium size collections of UNC paths on Windows, particularly on network drives.
When "allowMultipleSelection" is true, the buffer should be large enough to accommodate collections of paths. In my particular installation, I needed to support several thousand file selections to deal with image sequences.