VirtualBox

Changeset 19211 in vbox for trunk/include


Ignore:
Timestamp:
Apr 27, 2009 1:56:07 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46574
Message:

IPRT: Function RTDirRemoveRecursive added. Only partially implemented yet (no symlinks etc).

File:
1 edited

Legend:

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

    r14063 r19211  
    7676
    7777/**
    78  * Removes a directory.
     78 * Removes a directory (only if not empty).
    7979 *
    8080 * @returns iprt status code.
     
    8282 */
    8383RTDECL(int) RTDirRemove(const char *pszPath);
     84
     85/**
     86 * Removes a directory recursively.
     87 *
     88 * @returns iprt status code.
     89 * @param   pszPath   Path to the directory to remove recursively.
     90 */
     91RTDECL(int) RTDirRemoveRecursive(const char *pszPath);
    8492
    8593
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