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)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 93141

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
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.