Soulstorm macrumors 68000 Original poster Feb 1, 2005 1,887 1 Jan 2, 2008 #1 I am using ObjC and I need a way to identify unix execuable files. An example of such an executable is the executable located into each Cocoa Application's /Contents/MacOS folders. How do I do that?
I am using ObjC and I need a way to identify unix execuable files. An example of such an executable is the executable located into each Cocoa Application's /Contents/MacOS folders. How do I do that?
Eraserhead macrumors G4 Nov 3, 2005 10,434 12,250 UK Jan 2, 2008 #2 I believe you use NSFileManager's isExecutableFileAtPath: