通过 Bonjour 连接 iPhone 和 Mac
我有一个任务,我想将 csv 文件从 iPhone 导入和导出到 Mac。我使用了零配置网络 bonjour。我想将文件从 iPhone 导出到 mac。在我的 mac 中,bonjour 服务器正在运行。如何为导出的文件选择目录应保存在该路径中。
I have a task in that i want to import and export csv files from iphone to mac. I have used the Zero configuration network bonjour.In that i want to export file from iPhone to mac.In my mac the bonjour server is running.How to select a directory for the exported file should be save in that path.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要使用
NSSavePanel
的实例:http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSSavePanel_Class/Reference/Reference.html
You'll probably want to use an instanceof
NSSavePanel
:http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSSavePanel_Class/Reference/Reference.html