Index: /trunk/src/VBox/Main/VFSExplorerImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/VFSExplorerImpl.cpp	(revision 33793)
+++ /trunk/src/VBox/Main/VFSExplorerImpl.cpp	(revision 33794)
@@ -377,5 +377,4 @@
         {
             memcpy(szPath, m->strPath.c_str(), strlen(m->strPath.c_str()) + 1);
-            RTPathStripFilename(szPath);
             RTPathAppend(szPath, sizeof(szPath), (*it).c_str());
             int vrc = RTFileDelete(szPath);
