Search found 2 matches

by ThumbOne
01 Dec 2019, 11:02
Forum: General Discussion
Topic: Bug: Filenames containing / character don't synchonrize
Replies: 2
Views: 392

Re: Bug: Filenames containing / character don't synchonrize

"/" not "\".

But I tried to recreate it and failed. So did some reading and: https://stackoverflow.com/questions/9847288/is-it-possible-to-use-in-a-filename

So I tried "\" and voila an example:

Cannot write file "test\file.txt".

Error Code 22: Invalid argument [open]

So looks like I misread ...
by ThumbOne
01 Dec 2019, 01:57
Forum: General Discussion
Topic: Bug: Filenames containing / character don't synchonrize
Replies: 2
Views: 392

Bug: Filenames containing / character don't synchonrize

Not a biggie, but a bug nonetheless. Probably only apparent on Linux systems (where I saw it) because ext4 basically allows almost nay character in filenames and is far more liberal than NTFS.

Nonetheless it's a bug, and while I don't try to have files with weird characters in them, I had one for ...