Squeak SmalltalkJoker Squeak Smalltalk : System : prevnext Copy File Same Date

> I would like to make a copy of a file in another directory while
> keeping its creation time and modification time unchanged. Any hint?
There probably is not a platform-independent way to do this in Squeak.
However, if you are using a Unix box, the "cp -p " command does what
you want, and you can use OSProcess (on Squeak Map) to run the command.