Closed
Bug 1673038
Opened 4 years ago
Closed 4 years ago
Support getting the path's basename in IOUtils
Categories
(Toolkit Graveyard :: OS.File, enhancement)
Toolkit Graveyard
OS.File
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1671035
People
(Reporter: emmamalysz, Unassigned)
References
Details
We should implement something similar to OS.path.basename in IOUtils. This function depends on the platform:
windows: https://searchfox.org/mozilla-central/rev/86d73c5d10674d964de467e157402f160d1d2945/toolkit/components/osfile/modules/ospath_win.jsm#60-73
unix: https://searchfox.org/mozilla-central/source/toolkit/components/osfile/modules/ospath_unix.jsm#45-48
Comment 1•4 years ago
|
||
I'm going to handle all the OS.Path work in bug 1671035
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Updated•2 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•