WEB开发网
开发学院软件开发C++ 将文件或目录删除到回改站 阅读

将文件或目录删除到回改站

 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);

Tags:文件 目录 删除

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接