从回收站恢复(C#)
请参阅此内容。 相同的代码(JohnWein 的答案)也适用于 9x、Me、2K、7 吗? 如果没有,请告诉我应该搜索什么才能对 9x、Me、2k 和 9x、Me、2k 执行相同操作。 7? 谢谢
See this.
Does the same code (JohnWein's answer) work in 9x,Me,2K,7 too?
If it doesn't please tell me what should i search for to do the same for 9x,Me,2k & 7?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如何恢复使用 C# 从回收站中提取文件?
看看这个 代码项目文章。它使用SHFileOperation来执行RecyclBin中的操作。
编辑: 了解如何使用 SHFileOperation 在 C# 中请参阅这篇 CodeProject 文章。本文继续探索如何使用 C# 中的 shell。
How do I restore a file from the recycle bin using C#?
Have a look at this Code Project article. It uses SHFileOperation to perform operations in RecyclBin.
EDIT : To know how to use SHFileOperation in C# Please refer to this CodeProject article .This article continues to explore how to use the shell from C#.