从 OSX CoreServices 对象获取 BSD 文件描述符
我是 OSX 用户空间开发的新手。我在询问之前已经阅读了文档并用谷歌搜索过,但仍然对以下内容一无所知。
如果我要使用 CoreServices 框架来处理文件(FSRef、Forks、URL 等),我能否获得原始 BSD 文件描述符(普通 int)?如果是,那么我该怎么做?问题是,我想学习使用 OSX 框架进行编程,但手头的实际任务稍后将需要 BSD 文件描述符。
因索。
I am new to OSX user space development. I've read documentation and googled before asking, but still have no clue about the following.
If i am to use CoreServices framework to work with files (FSRef, Forks, URLs, etc.) will i be able to get a raw BSD file descriptor (plain int)? If yes, then how can i do that? The thing is, i want to learn to program with OSX frameworks, but the actual task at hand will require BSD file descriptor later.
Inso.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来这个确实是没有办法了。那好吧。
Looks like there is really no way to do this. Oh well.