Max wrote: >Seems to me that the answer to getting the creation dates, >modification dates, etc., have already been solved internally in the >FB editor code. Max, Indeed there are several ways to get this Finder information, but not only is the MDItem approach easy, it's much more comprehensive and easily transferable to Cocoa. I would guess that FB uses older functions to obtain its info. It was very easy to miss, but take a look at Bernie's code posted here last May: http://freegroups.net/groups/futurebasic/0::54794read.html [Note: The MDItem Toolbox definitions in Bernie's code are not needed in FB 5.5 since the header is now included.] Using this code, open an image taken with a digital camera and look at the metadata that's available. Try to parse that out using FSCatalogInfo. Also, I should mention that my earlier code example should have used @"kMDItemFSCreationDate" and @"kMDItemFSContentChangeDate". Ken