Cocoa icon for file type?

后端 未结 4 863
轮回少年
轮回少年 2021-02-05 15:39

If I have a file, I can get the icon by doing something such as:

NSImage *iconImage = [[NSWorkspace sharedWorkspace] iconForFile: @\"myFile.png\"];
4条回答
  •  情话喂你
    2021-02-05 16:14

    Underneath -[NSWorkspace iconForFile:] in the documentation is -[NSWorkspace iconForFileType:]. Have you tried that?

提交回复
热议问题