Changeset 19211 in vbox for trunk/include
- Timestamp:
- Apr 27, 2009 1:56:07 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46574
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dir.h
r14063 r19211 76 76 77 77 /** 78 * Removes a directory .78 * Removes a directory (only if not empty). 79 79 * 80 80 * @returns iprt status code. … … 82 82 */ 83 83 RTDECL(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 */ 91 RTDECL(int) RTDirRemoveRecursive(const char *pszPath); 84 92 85 93
Note:
See TracChangeset
for help on using the changeset viewer.