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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user