https://bugs.winehq.org/show_bug.cgi?id=52350
Bug ID: 52350 Summary: Need file delete API implementation Product: Wine Version: 6.23 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: msdobrescu@gmail.com Distribution: ---
Using WinMerge (https://winmerge.org/), I need to delete files from it. The operation fails, because file deletion API is not implemented here:
https://github.com/wine-mirror/wine/blob/f9f4ee1b5882067b1900a67201c376f0a1a...
and
https://github.com/wine-mirror/wine/blob/f9f4ee1b5882067b1900a67201c376f0a1a...
according to this:
0104:fixme:shell:file_operation_DeleteItem (00000000002407F0, 00000000001EDBF0, 0000000000000000): stub.
https://bugs.winehq.org/show_bug.cgi?id=52350
msdobrescu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |msdobrescu@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=52350
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Need file delete API |WinMerge needs |implementation |IFileOperation::DeleteItem( | |) Severity|critical |normal Component|-unknown |shell32
https://bugs.winehq.org/show_bug.cgi?id=52350
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source