mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 17:54:13 +01:00
add FIXME comment regarding using the "TmpD" special file for the temp
directory in io.createTempFile
This commit is contained in:
@@ -469,6 +469,7 @@ liberator.IO = function () //{{{
|
|||||||
|
|
||||||
// TODO: make secure
|
// TODO: make secure
|
||||||
// returns a nsILocalFile or null if it could not be created
|
// 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 ()
|
createTempFile: function ()
|
||||||
{
|
{
|
||||||
let file = Components.classes["@mozilla.org/file/local;1"]
|
let file = Components.classes["@mozilla.org/file/local;1"]
|
||||||
|
|||||||
Reference in New Issue
Block a user