Index: /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
===================================================================
--- /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp	(revision 37813)
+++ /trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp	(revision 37814)
@@ -1063,4 +1063,9 @@
                  *        Not needed for now. */
             }
+            else if (RTDirExists(pNodeIt->pszName))
+            {
+                /** @todo Do some more work (query size etc.) here later.
+                 *        Not needed for now. */
+            }
             else
             {
@@ -1068,5 +1073,5 @@
                            pNodeIt->pszName);
                 rc = VERR_FILE_NOT_FOUND;
-                /* Do not break here -- process every file in the list
+                /* Do not break here -- process every element in the list
                  * and keep failing rc. */
             }
