if there s no tmpfile cleaner, and you simply must create temporary files in tmp, at least use 如果沒有臨時文件清除器,而且您只是必須在/tmp中創(chuàng)建臨時文件,那么至少要使用
no more used temporary file " tmpfile . bmp " under windows folder, a new personal temporary file will be created under application folder 不再使用windows目錄下的"tmpfile.bmp"檔,會在應(yīng)用程序的目錄下建立新的臨時檔
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)最終將使它們失敗。