ptrsuder/cloud-folder-browser

Poor handling of folders with dots in name

Kanareika opened this issue · 1 comments

Also, names containing other special characters may not be handled correctly. Example:
Program thinks these are "new" files that are not in the folder:

image

However, these files are present - with the same names and sizes:

image

This is independent of hosting (MEGA or allsync), so the problem is probably somewhere in the code comparing available and existing files.

You can see that folder names are actually different. Windows doesn't support trailing dot in folder names per se.