September 2004
Converting file paths from absolute to relative and rev. ?
19/09/04 08:57
Is there any NSString methods to convert file paths to relative to absolute and absolute to relative ?
More...
More...
What are the "Viewer" and "Editor" roles in Info.plist for?
14/09/04 09:28
In the Info.plist file, you can set up a CFBundleTypeRole for each document type, which can be either "Viewer" or "Editor". This entry describes how you can use these in Cocoa to allow importing/exporting various kinds of files, as well as implement template files ("stationeries") without having to write much code.
More...
More...
Determining the OS version at runtime
01/09/04 09:28
I want to skip some specific calls if the OS is not a defined version. How to ?
More...
More...