6 memset((SHFILEOPSTRUCT*)
this, 0,
sizeof(SHFILEOPSTRUCT));
8 fFlags |= FOF_NOERRORUI;
9 fFlags |= FOF_NOCONFIRMATION;
14 TCHAR buf[_MAX_PATH + 1];
16 buf[strlen(buf) + 1] = 0;
24 fFlags &= ~FOF_ALLOWUNDO;
28 fFlags |= FOF_ALLOWUNDO;
30 return SHFileOperation(
this);
int recycle(const char *pszPath, bool bDelete=false)