00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "tmozIViewObject.idl" 00004 00014 [scriptable, uuid(927B2549-9625-4048-9B89-5361C52E433C) ] 00015 interface tmozILocalFile: tmozIViewObject 00016 { 00022 boolean setFileName(in AString fileName, in AString mimeType); 00023 };