if there s no tmpfile cleaner, and you simply must create temporary files in tmp, at least use 如果没有临时文件清除器,而且您只是必须在/tmp中创建临时文件,那么至少要使用
no more used temporary file " tmpfile . bmp " under windows folder, a new personal temporary file will be created under application folder 不再使用windows目录下的"tmpfile.bmp"档,会在应用程序的目录下建立新的临时档
don t use the tmp or var tmp directories at all; ordinary shells usually don t support file descriptors, so tmpfile cleaners will eventually cause them to fail 根本不要使用/tmp或/var/tmp目录;普通的shell通常无法支持文件描述符,所以临时文件清除器(tmpfilecleaners)最终将使它们失败。