Status: Accepted Owner: damien.p...@gmail.com Labels: Type-ReportDefect New issue 3684 by damien.p...@gmail.com: primitive: 'primitiveDirectoryLookup' module: 'FilePlugin' returns wrong creation date http://code.google.com/p/pharo/issues/detail?id=3684 Pharo image: 1.2 full Pharo core version: #12330 Virtual machine used: Cog register mapping It seems primitive: 'primitiveDirectoryLookup' module: 'FilePlugin' returns the same value for file creation date and last modification date, while those are different on disk. Gofer new squeaksource: 'PharoTaskForces'; package: 'Filesystem'; load. FSDiskFilesystemTest debug: #testEntryDates (there is even a convenient breakpoint I forgot to remove if you get Filesystem-DamienPollet.100 :) In a unix shell: ls -lTU gooly # full time of creation ls -lT gooly # full time of modification, 2s later