VirtualBox

Changeset 56744 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 1, 2015 10:31:51 PM (9 years ago)
Author:
vboxsync
Message:

VBoxServiceToolBox.cpp: Try use RTPathRmCmd instead of the home cooked stuff.

File:
1 edited

Legend:

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

    r56294 r56744  
    957957
    958958
     959#if 1
     960
     961/* Try using RTPathRmCmd. */
     962static RTEXITCODE VBoxServiceToolboxRm(int argc, char **argv)
     963{
     964    return RTPathRmCmd(argc, argv);
     965}
     966
     967#else
    959968static char g_paszRmHelp[] =
    960969    "  VBoxService [--use-toolbox] vbox_rm [<general options>] [<options>] <file>...\n\n"
     
    11361145    return RT_SUCCESS(rc) ? RTEXITCODE_SUCCESS : RTEXITCODE_FAILURE;
    11371146}
     1147#endif
    11381148
    11391149
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