首页 > 学院 > 开发设计 > 正文

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

2019-11-17 05:34:44
字体:
来源:转载
供稿:网友

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

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表