-
Firefox chrome function : Read/write file on disk
tested on Firefox 7.0.1 const Ci = Components.interfaces; const Cc = Components.classes; function ReadWrite( data ){ try{ Components.utils.import("resource://gre/modules/NetUtil.jsm"); [...]
Ideas For Sharing
Sunday, October 23rd, 2011
tested on Firefox 7.0.1 const Ci = Components.interfaces; const Cc = Components.classes; function ReadWrite( data ){ try{ Components.utils.import("resource://gre/modules/NetUtil.jsm"); [...]