Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9006467
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T01:25:11+00:00 2026-06-16T01:25:11+00:00

How can I open network folder for XUL? for my Firefox toolbar, it can

  • 0

How can I open network folder for XUL? for my Firefox toolbar, it can access drives like C:, not network paths like //Development…with the code: file.initWithPath("\\DEVELOPMENT2");

Full code:

var file = Components.classes["@mozilla.org/file/local;1"]
         .createInstance(Components.interfaces.nsILocalFile);

file.initWithPath("\\\DEVELOPMENT2"); //---> this is not working

//file.initWithPath("Y:");  ---> this is working

file.reveal();

var process = Components.classes["@mozilla.org/process/util;1"].createInstance(Components.interfaces.nsIProcess);
    process.init(file);

var args = [];
process.run(false, args, args.length);

//end
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T01:25:12+00:00Added an answer on June 16, 2026 at 1:25 am

    I can see two issues:

    • Missing bachslash – you need two backslashes, each of them escaped, this makes four backslashes in total. Meaning "\\\\DEVELOPMENT2" rather than "\\\DEVELOPMENT2".
    • Firefox cannot open the listing for a server – it is a virtual location, not an actual folder. It can open any of the shared folders on the server however:
    var file = Components.classes["@mozilla.org/file/local;1"]
             .createInstance(Components.interfaces.nsILocalFile);
    
    file.initWithPath("\\\\DEVELOPMENT2\\folder");
    file.reveal();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I can open a connection to an MS Access file in C#, how
I have a problem uploading file to a network shared folder. I can connect
Relative: Mapped Network Drives Service not able to access a mapped drive PHP is_dir
I can use FireFox and FireBug, in a pane, I can open a .css
I need to access a network folder in \\p3clfs\xyz\test.tiff Then: String image = @\\p3clfs\xyz\test.tiff;
Can I use Qt to pick/open files on shared folder? I've tried to use
When navigating to the Facebook social network, I see that I can open 2
I have a recent problem . I can upload file in my intetpub/wwwrooot/folder But
An excel file exists on a network that can be accessed by several users.
How do I check that I have an open network connection and can contact

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.