Closed
Bug 1678471
Opened 4 years ago
Closed 4 years ago
IOUtils: Add equivalent of OS.File.exists
Categories
(Toolkit Graveyard :: OS.File, enhancement, P3)
Toolkit Graveyard
OS.File
Tracking
(firefox85 fixed)
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: barret, Assigned: barret)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We need an equivalent of OS.File.exists() in IOUils to replace OS.File. This can be achieved currently by doing a IOUtils.stat() and checking for a file not exists error, but that is cumbersome.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D97689
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/75dc030b69c6
Implement IOUtils::Exists r=Gijs
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
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
•