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 has been 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.
The text was updated successfully, but these errors were encountered:
@JeffryBooher I merged adobe/brackets-shell#397 to get longer file paths, but I don't see how it fixes the request for "several thousand file selections", so I'm leaving this bug open.
@bgagnon We're not really sure what you're asking for here. Can you provide a use case where you would need a collection of "several thousand file selections"? Thanks.
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.
The text was updated successfully, but these errors were encountered: