Quote:
Originally Posted by kovidgoyal
The max size of a path is 256 characters. There is no 126 character limit anywhere. And no you cant remove the limit.
|
I know that, but whatever is my path (I gave examples), the exported filename is limited to 126 chars, 63 from the begining and 63 from the end.
Example:
- Title: La dame en blanc aux yeux de cendres
- Serie: La Guerre du Chaos [2]
- Universe: LanceDragon [61]
- Authors: Baker, Linda P. & Berberick, Nancy Varian
- Genre: Fantasy.High fantasy
Export mask:
Code:
{author_sort:re(&,-)}-{#univers:|[| }{#univers_index:0>2s| |]}{series:|[| }{series_index:0>3s| |]}{title}[{#genre:subitems(0,1)}]
Exported to
c:\temp\ =>
Baker, Linda P. - Berberick, Nancy Varian-[LanceDragon 61][La rre du Chaos 002]La dame en blanc aux yeux de cendres[Fantasy].epub
Exported to
E:\01 - Ebooks\my_tests\My long directory\and its subdir\=>
Baker, Linda P. - Berberick, Nancy Varian-[LanceDragon 61][La rre du Chaos 002]La dame en blanc aux yeux de cendres[Fantasy].epub
You can see the filenames are exactly the same, whatever the export directory is.