- Timestamp:
- Nov 5, 2010 3:57:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VFSExplorerImpl.cpp
r33553 r33794 377 377 { 378 378 memcpy(szPath, m->strPath.c_str(), strlen(m->strPath.c_str()) + 1); 379 RTPathStripFilename(szPath);380 379 RTPathAppend(szPath, sizeof(szPath), (*it).c_str()); 381 380 int vrc = RTFileDelete(szPath);
Note:
See TracChangeset
for help on using the changeset viewer.