Closed
Bug 539192
Opened 15 years ago
Closed 1 year ago
Cant find a way to open AppData/LocalLow directory
Categories
(Core :: XPCOM, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: vickyhacky, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 GTB6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 GTB6
I am able to get path to User 'AppData/Local' folder as follows.
appdatafile = Components.classes["@mozilla.org/file/directory_service;1"]. getService(Components.interfaces.nsIProperties).
get("LocalAppData", Components.interfaces.nsIFile).path;
But if i simply write AppData instead, i'm redirected to AppData/Roaming !!!
Reproducible: Always
Steps to Reproduce:
In windows environment RUN
1.%appdata%
2.%LocalAppData%
Now you can see the problem.
Actual Results:
I am redirected to AppData/Roaming.
Expected Results:
I should be seeing three folder right in front of me.
Local
LocalLow
Roaming
Or there should be a way to enter into AppData/LocalLow directory.
Updated•2 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
XUL extensions and other reasons to use these interfaces outside of Gecko no longer exist. Closing.
Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•