nppxmltreeview icon indicating copy to clipboard operation
nppxmltreeview copied to clipboard

Folder can not be delete due is used by another process

Open Santjo opened this issue 2 years ago • 0 comments

  1. open xml file c:\x\y\z\abc.xml
  2. modify abc.xml and save it
  3. close file c:\x\y\z\abc.xml within np++, but not np++
  4. try to delete folder c:\x\y => windows error: “The action cannot be completed because the file is open in another program”
  5. exit np++
  6. try to delete folder c:\x\y => deletion is successfull

The problem occurs ony for xml files in combination with XmlTools Plugin (please refer issue https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12263).

Envirionment:

Notepad++ v8.4.5 (32-bit) Build time: Sep 3 2022 - 03:56:37 OS Version : 21H2 OS Build: OS Build : 19044.2006

Plugins

  • Compare (2.0.1)
  • JSON Viewer (1.40)
  • MarkedownViewer ++ (0.8.2)
  • MimeTools (2.8)
  • NppConverter (4.4)
  • NppExport (0.4)
  • XML Tools (3.1.1.10)

Santjo avatar Oct 05 '22 08:10 Santjo