1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 01:22:28 +01:00

add FIXME comment regarding using the "TmpD" special file for the temp

directory in io.createTempFile
This commit is contained in:
Doug Kearns
2008-09-20 13:00:25 +00:00
parent e8b5751c1f
commit 93a7be637b

View File

@@ -469,6 +469,7 @@ liberator.IO = function () //{{{
// TODO: make secure
// returns a nsILocalFile or null if it could not be created
// FIXME: is there a reason the "TmpD" special file isn't being used? -- djk
createTempFile: function ()
{
let file = Components.classes["@mozilla.org/file/local;1"]