On 5/10/2021 8:16 PM, Don Green wrote:
From Racket doc: "File permissions are transferred from src to dest; on Windows, the modification time of src is also transferred to dest."

Is the above line meant to imply that a unix/linux version of Racket will NOT preserve file attributes using copy-file?

I don't know the answer to your question re: Racket's copy-file, but I would point out that in the OS the create, modify, and access times for files all are maintained separately.  A program (with sufficient rights) can change them independently.

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/6ae995ed-58fc-38cf-608e-0e5ba7616bc6%40comcast.net.

Reply via email to