Quote:
Originally Posted by nixR3ad
It is totally random where they end up, which is kinda sketchy. Even stranger, two books with the same path/name length get truncated in different ways, dividing the bunch. I'd much rather a message telling me the transfer had failed than have the system make arbitrary decisions about where my files land.
|
It isn't "totally random". Any "over length" is distributed over the name segments depending on the length of the segments.
Use the template function shorten() to explicitly control how much space is used by each name segment and how the segments are shortened.