Closed
Bug 937812
Opened 11 years ago
Closed 3 years ago
Please provide a method on OS.File for opening a filepicker
Categories
(Toolkit Graveyard :: OS.File, defect)
Toolkit Graveyard
OS.File
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: WeirdAl, Unassigned)
References
()
Details
(Whiteboard: [async])
JS chrome developers should use OS.File instead of nsIFile, but the filepicker component predates OS.File by many years and still returns nsIFile.
If OS.File could wrap around the filepicker, that would help towards my use of it.
Promise<void> OS.File.picker(configObject), perhaps?
Updated•11 years ago
|
Whiteboard: [async]
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Updated•1 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•