Closed
Bug 625680
Opened 15 years ago
Closed 15 years ago
Make the ~ (home) recognized in the file:// protocol
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
People
(Reporter: tarek, Unassigned)
Details
This won't work in Firefox:
file://~/file
Whereas this works:
file:///home/tarek/file
I think it would be nice to expand ~ when possible.
The way we expand it in Python is:
- under linux/mac os: looks for HOME in the env. If none, look into the password file to see if it's defined there.
- under Windows: looks for HOME, then for USERPROFILE then for HOMEDRIVE + HOMEPATH
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•