Skip to content

Handle invalid file name characters in folder names

Compare
Choose a tag to compare
@joeyates joeyates released this 01 Mar 11:24
· 478 commits to main since this release

This release handles invalid file name characters (specifically ':') in folder names.

Invalid names are encoded to hex codes.

As the encoding uses '%' and ';' to delimit encoded hex values, these characters themselves are now considered 'invalid' for serialized folder names and are encoded. Existing backed up folders with these characters in their names (or paths) will be re-downloaded.