FinalBuilder中如何删除到回收站
我发现在 FinalBuilder 中删除包含许多文件和子文件夹的文件夹非常慢。另一种方法是,我可以将该文件夹删除到回收站。
有人对如何在 FinalBuilder 5 中执行此操作有任何建议吗?
I'm finding that deleting a folder containing many files and subfolders in FinalBuilder is very slow. An an alternative, I could delete the folder to the recycle bin.
Anyone have any suggestions how to do this in FinalBuilder 5?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可能会更幸运地使用 dos 命令访问回收站,然后从 FinalBuilder 调用这些命令: http://www.chami.com/tips/windows/012497W.html
You might have more luck using dos commands to access the recycle bin and then invoking those from FinalBuilder: http://www.chami.com/tips/windows/012497W.html
我使用 dos 命令从 CmdUtils 运行 recycle.exe。这将在不确认的情况下删除到回收站:
recycle.exe -f
I use use a dos command to run recycle.exe from CmdUtils. This will delete to the Recycle Bin without confirmation:
recycle.exe -f
FinalBuilder的性能得到了很大的提高。我相信 Final Builder 5.X 中的速度很慢,因为日志文件的实现方式。 Final Builder 6.X 改变了这一点。 (我可能会犯这个错误,因为可能是 4.X 到 5.X 的升级修复了日志记录)
无论如何,由于每个删除的文件都会被记录,因此需要一些时间。
加快日志记录的关键方法是关闭“实时日志视图”,这样就无需在每次删除文件时重新绘制屏幕。
删除到回收站很可能不会加快该过程。但是您可以按照 Sean 的推荐使用 CmdUtils 来尝试一下。
The performance of FinalBuilder has been greatly improved. I believe it was slow in Final Builder 5.X because of the way the log files were implemented. This changed with Final Builder 6.X. (I could have this wrong as it may have been the 4.X to 5.X upgrade that fixed logging)
Regardless, since every file deleted is logged it takes some time.
Key ways to speed up logging is to turn off "Live Log View" removes the need to repaint the screen every time a file is deleted.
Deleting to the Recycle bin most likely won't speed up the process. But you can give it a try by using the CmdUtils as recommend by Sean.