static File createTempFile(S prefix, S suffix) ctex { ret File.createTempFile(pad(nohup_sanitize(prefix), 3, '-'), nohup_sanitize(suffix)); }