static int uniqueFileNameUsingMD5_maxLen = 40; sS uniqueFileNameUsingMD5(S fullName) { ret takeFirst(uniqueFileNameUsingMD5_maxLen-17, fullName) + "-" + md5(fullName); }