Skip to content

Save/Open (including Save/Load Session) file dialogs don't accept forward slashes in 'File name:' box #9374

@sasumner

Description

@sasumner

Description of the Issue

Post integration of PR #9286, I noticed that the SaveAs dialog used when saving a session does not support forward slashing in the pathname. It would be nice if such slashing were allowed.

Steps to Reproduce the Issue

  1. File > _Save Session...
  2. Attempt to specify a (valid) full path with forward slashes in its name into the SaveAs dialog's File name box:
    image
  3. Press the Save button and observe the error:
    image
  4. Change the slashes to backward ones:
    image
  5. Observe session file saves without error into the destination pathname

Expected Behavior

To be able to use either forward ( / ) or backward ( \ ) slashes in pathnames in the SaveAs (and Open) dialogs.

Actual Behavior

Unable to use forward slashes.

Debug Information

Notepad++ source after this commit: b9f498f

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions