Nope, not at the moment. What are you trying to do?

- a

On Sat, Mar 14, 2009 at 4:34 PM, Joe <[email protected]> wrote:
>
> I apologize if this is the wrong place to ask this question, but I
> couldn't find a better place to ask it and I figure people in this
> group would know the answer.
>
> Is there a way to access a user's file system using javascript on
> chrome?  In Firefox, I would do this:
> try {
> netscape.security.PrivilegeManager.enablePrivilege
> ( "UniversalXPConnect" );
> var save_file = Components.classes["@mozilla.org/file/local;
> 1"].createInstance(Components.interfaces.nsILocalFile );
> }
> catch (e) {alert ("there was a problem saving the file");}
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to