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 [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
