Closed
Bug 1802196
Opened 3 years ago
Closed 3 years ago
Allow specifying FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE when opening nsILocalFileWin
Categories
(Core :: XPCOM, task, P1)
Core
XPCOM
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: beth, Assigned: beth)
Details
nsILocalFileWin already has a openNSPRFileDescShareDelete which opens files with FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE
(as openNSPRFileDesc opens without FILE_SHARE_DELETE
but the other attrs set).
It would be useful to be able to specify the exact combination of flags we want when opening.
This will also be used to complete the IOUtils migration.
Assignee | ||
Comment 1•3 years ago
|
||
This is actually not required to complete the IOUtils migration.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•