79150936

Date: 2024-11-02 15:12:17
Score: 1.5
Natty:
Report link

The maximum bytes for a path is 4096. And the maximum bytes for a file name is 255 bytes. So, that means: because the character is equal to 2 bytes, it will be like: max character for file name = 255 bytes / 2 bytes for a character = 127 character. max character for path = 4096 bytes / 2 bytes for a character = 2048 character.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: I.A.