将文件或目录删除到回改站
2008-03-08 12:44:45 来源:WEB开发网核心提示:TSHFileOpStrUCt OpStruct; char DelFile[128]; setmem(DelFile,128,'\0'); StrPCopy(DelFile,"C:\\temp"); OpStruct.hwnd=Handle; OpStruct.wFunc=FO_D
TSHFileOpStrUCt OpStruct;
char DelFile[128];
setmem(DelFile,128,'\0');
StrPCopy(DelFile,"C:\\temp");
OpStruct.hwnd=Handle;
OpStruct.wFunc=FO_DELETE;
OpStruct.pFrom=DelFile;
OpStruct.pTo=NULL;
OpStruct.fFlags=FOF_ALLOWUNDO;
OpStruct.hNameMappings=NULL;
OpStruct.lpszPRogressTitle=NULL;
SHFileOperation(&OpStruct);
更多精彩
赞助商链接