以编程方式查找已安装驱动器的类型 - Mac OSX
DiskArbitration 框架似乎没有提供一种查找设备类型(网络驱动器、外部驱动器等)的方法。还有其他方法可以以编程方式确定已安装设备的类型吗?
It doesn't seem that DiskArbitration framework provides a way to find out the device type (network drive, external drives, etc). Is there any other way to programmatically figure out the type of a mounted device?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 DADiskCopyDescription 获取 CFDictonary,kDADiskDescriptionVolumeKindKey 键给出了该类型的合理想法
Get a CFDictonary from DADiskCopyDescription, kDADiskDescriptionVolumeKindKey key gives a reasonable idea of the type