https://bugs.documentfoundation.org/show_bug.cgi?id=143038

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |
             Status|NEW                         |ASSIGNED

--- Comment #5 from Justin L <[email protected]> ---
"On AIX, Solaris, and Mac: The maximum number of characters for a file name is
255. The maximum combined length of the file name and path name is 1024
characters. The Unicode representation of a character can occupy several bytes,
so the maximum number of characters that a file name might contain can vary."

Linux can generally do more than that for the path, and so can Windows, but 255
bytes for the filename seems to be pretty much of a standard.

FAT32 can only be 8.3 (unless it allows VFAT). Generally, the OS seems to be
the limiting factor for max filename length, not the file system.

But we shouldn't have to worry about that because INetURLObject should be
taking care of that, since we are calling INetURLObject.setExtension(u"bak").
If it is a problem, then INetURLObject needs to be fixed.


 https://gerrit.libreoffice.org/c/core/+/154407

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to