Closed
Bug 114138
Opened 24 years ago
Closed 23 years ago
nsLocalFileMac::GetURL fails for non-existent files
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sfraser_bugs, Assigned: ccarlen)
Details
nsLocalFileMac has a bug (which you might have fixed!) when using GetURL on a
file that doesn't exist on disk. We call FSpGetFullPath(), but this only gives
path the part of the path for folders that exist. If there is an unresolved part
of the path, we should tack it onto the end of the URL.
Assignee | ||
Comment 1•23 years ago
|
||
This should be fixed since bug 100828 is checked in. GetPath() now appends the
unresolved portion of the path.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•