From 93a7be637bd57cd8173e613b483e784d421d527a Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 20 Sep 2008 13:00:25 +0000 Subject: [PATCH] add FIXME comment regarding using the "TmpD" special file for the temp directory in io.createTempFile --- content/io.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/io.js b/content/io.js index 4a0e86e2..8868575a 100644 --- a/content/io.js +++ b/content/io.js @@ -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"]