Get BSD file descriptor from OSX CoreServices objects.

Posted by Inso Reiges on Stack Overflow See other posts from Stack Overflow or by Inso Reiges
Published on 2010-03-26T13:00:17Z Indexed on 2010/03/26 13:03 UTC
Read the original article Hit count: 543

Filed under:
|

Hello,

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.

© Stack Overflow or respective owner

Related posts about osx

Related posts about core-services