plyer icon indicating copy to clipboard operation
plyer copied to clipboard

Normalize path when passing args to windows filechooser

Open Xnot opened this issue 1 year ago • 0 comments

This changes the Win32FileChooser to apply os.path.normpath to the path parameter before passing it on to pywin32. This allows the filechooser's path parameter to work properly without the end-user having to normalize the path first.

Xnot avatar Dec 29 '23 01:12 Xnot