VirtualBox

Changeset 44278 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 13, 2013 8:52:34 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83177
Message:

IPRT: Initial implementation of rm. Missing interactivity. Not tested at all (later).

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/mangling.h

    r44241 r44278  
    918918# define RTPathRealDup                                  RT_MANGLER(RTPathRealDup)
    919919# define RTPathRename                                   RT_MANGLER(RTPathRename)
     920# define RTPathRmCmd                                    RT_MANGLER(RTPathRmCmd)
    920921# define RTPathSetCurrent                               RT_MANGLER(RTPathSetCurrent)
    921922# define RTPathSetMode                                  RT_MANGLER(RTPathSetMode)                   /* not-win */
  • trunk/include/iprt/path.h

    r40980 r44278  
    933933RTR3DECL(int) RTPathUnlink(const char *pszPath, uint32_t fUnlink);
    934934
     935/**
     936 * A /bin/rm tool.
     937 *
     938 * @returns Program exit code.
     939 *
     940 * @param   cArgs               The number of arguments.
     941 * @param   papszArgs           The argument vector.  (Note that this may be
     942 *                              reordered, so the memory must be writable.)
     943 */
     944RTDECL(RTEXITCODE) RTPathRmCmd(unsigned cArgs, char **papszArgs);
     945
    935946#endif /* IN_RING3 */
    936947
Note: See TracChangeset for help on using the changeset viewer.

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