Search found 4 matches

by trainman
27 Feb 2021, 00:54
Forum: General Discussion
Topic: Small bug with file name containing colon
Replies: 12
Views: 3433

Re: Small bug with file name containing colon

I agree that using colons is not a good idea, especially in directory names, since that would cause problems if that directory is needed in a path variable. I don't use colons in filenames but the reason I tripped over the bug was that the filename was being created automatically by the save of an e...
by trainman
23 Feb 2021, 22:24
Forum: General Discussion
Topic: Small bug with file name containing colon
Replies: 12
Views: 3433

Re: Small bug with file name containing colon

As far as I can see that error shouldn't show up. I can quite easily create a file with a colon in the name (using Linux Mint with Cinnamon desktop or the terminal) and the file system has no problem with it and no errors appear, so the OS shouldn't be giving an error to FFS. I suppose it could be c...
by trainman
22 Feb 2021, 03:32
Forum: General Discussion
Topic: Small bug with file name containing colon
Replies: 12
Views: 3433

Re: Small bug with file name containing colon

The issue is that a colon is a valid character in a filename in Linux. I can create valid file names containing a colon without any trouble. Thunderbird already strips the colon under Windows since it is invalid in Windows, but doesn't strip it in Linux because it is valid.
by trainman
21 Feb 2021, 01:25
Forum: General Discussion
Topic: Small bug with file name containing colon
Replies: 12
Views: 3433

Small bug with file name containing colon

I started receiving error messages on certain files on Linux. The error was: Cannot write file "xx path to file xx~random characters. ffs_tmp" EINVAL: Invalid argument [open] Inspecting the various errors I noted that they all contained a colon character in the filename. This resulted from...