Re: [Rd] Sys.setFileTime()

2016-09-30 Thread Duncan Murdoch
On 30/09/2016 10:45 AM, Bob Rudis wrote: Since there has been a recent tweak to the functionality of Sys.setFileTime() I thought it might be an opportune time to ask a question regarding the decision to set both access and modification times (i.e. settime.actime = settime.modtime = (int)ftime; )

[Rd] Sys.setFileTime()

2016-09-30 Thread Bob Rudis
Since there has been a recent tweak to the functionality of Sys.setFileTime() I thought it might be an opportune time to ask a question regarding the decision to set both access and modification times (i.e. settime.actime = settime.modtime = (int)ftime; ) vs provide a parameter for each. Might it