VirtualBox

Changeset 37814 in vbox


Ignore:
Timestamp:
Jul 7, 2011 10:00:48 AM (14 years ago)
Author:
vboxsync
Message:

VBoxService/vbox_stat: Also check for directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp

    r37796 r37814  
    10631063                 *        Not needed for now. */
    10641064            }
     1065            else if (RTDirExists(pNodeIt->pszName))
     1066            {
     1067                /** @todo Do some more work (query size etc.) here later.
     1068                 *        Not needed for now. */
     1069            }
    10651070            else
    10661071            {
     
    10681073                           pNodeIt->pszName);
    10691074                rc = VERR_FILE_NOT_FOUND;
    1070                 /* Do not break here -- process every file in the list
     1075                /* Do not break here -- process every element in the list
    10711076                 * and keep failing rc. */
    10721077            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette