Closed
Bug 10177
Opened 27 years ago
Closed
nsFileSpec - Needs to have a public resolve function
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
M9
People
(Reporter: dougt, Assigned: dougt)
References
Details
We need to have a public "Resolve" method that will convert an nsFileSpec
pointing to a symlink into the "real" file.
Currently, on the mac this resolution always occurs which is wrong. On windows
and unix there is no resolution and there is not functionality even to do this.
In order to get nsDirectoryIterator working (ie. returning alias. see 10098), we
need to have a public way to resolve alias.
| Assignee | ||
Updated•27 years ago
|
| Assignee | ||
Updated•27 years ago
|
QA Contact: dougt → rjc
| Assignee | ||
Comment 1•27 years ago
|
||
Fixes just checked in.
Comment 2•26 years ago
|
||
Bulk moving to XPCOM, in preparation for removal of XP File Handling component.
(XPFH has received two bugs in ~5 months, and is no longer in active use.)
Component: XP File Handling → XPCOM
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•