1
vote
Size discrepancy between size of folder from Finder and from Carbon file manager
The Finder will report file sizes rounded to the nearest multiple of the block size (usually 4 KB) followed by the real size in bytes, and many (most) applications are bundles of files, so the true …
5
votes
How to get NSImage of generic folder icon on OS X 10.5 and 10.6
[[NSWorkspace sharedWorkspace] iconForFileType:NSFileTypeForHFSTypeCode(kGenericFolderIcon)]
(I think)
…
