Status: Accepted
Owner:
[hidden email]
Labels: Type-ReportDefect
New issue 3684 by
[hidden email]:
primitive: 'primitiveDirectoryLookup' module: 'FilePlugin' returns wrong
creation date
http://code.google.com/p/pharo/issues/detail?id=3684Pharo 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