var nsIFile = nsIFileProtocolHandler.getFileFromURLSpec( uri );
if ( nsIFile.exists() ) {
  nsIFile.QueryInterface(Components.interfaces.nsILocalFile);
  nsIFile.launch();
}

N



[EMAIL PROTECTED] wrote:
Can this be done?

_______________________________________________
Mozilla-xpcom mailing list
Mozilla-xpcom@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to