Re: MacOS Extension Carbon.File.FSCatalogInfo file sizes should be UInt64?
Kevin, Thanks for the tip. I'll post this to the pythonmac-sig mailing list. Don -- http://mail.python.org/mailman/listinfo/python-list
MacOS Extension Carbon.File.FSCatalogInfo file sizes should be UInt64?
If my read of the extension source (Mac/Modules/file/_Filemodule.c) is correct, the parameter sizes specified for data and resource file sizes are UInt32 where they should be UInt64. In both OS9 and OSX Carbon, the MacOS File Manager (Files.h) uses UInt64 values for data and resource filesizes.