Hi all Is it a well-known bug that the creation time is incorrectly reported on Mac? Time dateAndTimeFromSeconds: (FileDirectory default directoryEntryFor: 'ESUG2008.txt') creationTime It seems to be confused and return the last opened or last modified date. I was browsing again the code of file support and nearly fainted. I still could not do a simple rename xxx into creationdatexxx simply Then is there a way to modify the creationTime and other characteristic of a file? So this is really something that we should do in pharo fixing that terrible part of squeak. Mike do you think that we can "harvest" sophie solution? Does sophie fix the file library or just use URI as file location description? I was thinking that we could check a bit rio interface to see if we could use it as a scaffold and slowly rewrite it so that at the end it is a not a wrapper anymore on that shit. Stef