This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
Moved from https://github.com/adobe/brackets-shell/issues/330 by @bgagnon
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.