Open mlopatkin opened 10 months ago
Perhaps, the issue is windows-specific
Space is a semi-valid filename, according to the docs:
Do not end a file or directory name with a space or a period. Although the underlying file system may support such names, the Windows shell and user interface does not. However, it is acceptable to specify a period as the first character of a name. For example, ".temp".
Expected: "OK" complains about invalid path. "Cancel" closes the dialog
Actual: exception