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

appshell.fs.showOpenDialog: Windows wchar_t buffer is too small #5270

@redmunds

Description

@redmunds

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions