[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1634: copy-file and move-file do not preserve pe
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1634: copy-file and move-file do not preserve permissions |
Date: |
Sun, 28 Jul 2019 17:33:22 -0000 |
#1634: copy-file and move-file do not preserve permissions
---------------------------------------+---------------------
Reporter: alicemaz | Owner:
Type: defect | Status: new
Priority: minor | Milestone: someday
Component: core libraries | Version: 5.1.0
Resolution: | Keywords:
Estimated difficulty: easy |
---------------------------------------+---------------------
Comment (by alicemaz):
that makes sense. though my next question is, if inlining posix
functionality and ifdefing it out for windows is prefereable to using
chicken's existing posix interface, is there any reason not to replace the
move-file function with rename(2)? again I have no idea how this works on
windows, but on linux moving a file should be basically cost-free
--
Ticket URL: <https://bugs.call-cc.org/ticket/1634#comment:2>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.