开发者

NSWorkSpace import

I call this line in my app:

[[NSWorkspace sharedWo开发者_运维问答rkspace] openFile:[LogUtilisateur singletonLogUtilisateur].cheminFichier withApplication:@"Mail"];

but when I compile, xcode said: NSWorkSpace undeclared.

There is a import or a special framework I must include to work with NSWorkSpace?


This class belongs to AppKit framework. But it is available only for MacOS

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜