On the cli, in linux, cp -p preserves the modified/accessed timestamps on a file. Is it possible to do the same directly in Raku?
The Rosetta example uses Nativecall and it could be done with a system call but looks like these timestamps are only readable in Raku. Am I missing something?