如何以编程方式触发 Finder 的移动文件对话框?

发布于 2024-10-19 01:29:12 字数 278 浏览 1 评论 0原文

我正在开发一个小型 Cocoa 实用程序,它允许用户将文件拖到其窗口上,然后将它们移动到不同的文件夹。

我不想自己移动拖动的文件(通过 [[NSWorkspace sharedWorkspace] PerformFileOperation:NSWorkspaceMoveOperation...]),我想触发 Finder 的“移动文件对话框”。这将为用户提供视觉反馈(进度条)并负责错误处理(例如目标文件存在)。

我考虑过使用 Apple 脚本,但也许有更简单的方法来调出该对话框?

I'm working on a small Cocoa utility that lets the user drag files onto its window and then moves those to a different folder.

Instead of moving the dragged file myself (via [[NSWorkspace sharedWorkspace] performFileOperation:NSWorkspaceMoveOperation...]), I would like to trigger Finder's "Move File Dialog". This will give the user visual feedback (progress bar) and take care of error handling (e.g. file at target exists).

I've thought about using an Apple Script, but maybe there's an easier way to bring up that dialog?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文