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