simon-knuth / scanner

An all-in-one scanner app built for the Universal Windows Platform
https://simon-knuth.github.io/scanner/index
Mozilla Public License 2.0
496 stars 28 forks source link

Renaming a file allows unallowed symbols, causing file system error #83

Closed larsschellhas closed 2 years ago

larsschellhas commented 2 years ago

Describe the bug

When you rename a file in the app and include characters which aren't allowed for filenames (e.g. '/') it will cause an error and you need to retype everything.

To Reproduce

  1. Go to 'Rename file'
  2. Enter something with '/'
  3. Press enter
  4. See error

Expected behavior Same experience as in Windows itself. When entering an unallowed character, it isn't printed but a warning is shown instead. image

Screenshots image image

Log data log20220514.txt

simon-knuth commented 2 years ago

Good catch! I'll polish this up a bit in the next update.

larsschellhas commented 2 years ago

Looking forward to it! 😊

simon-knuth commented 2 years ago

This is included in the v3.2 release.