search for: setfiletim

Displaying 13 results from an estimated 13 matches for "setfiletim".

Did you mean: setfiletime
2016 Sep 30
1
Sys.setFileTime()
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 be possible to change the behavior to accept two parameters (one for active...
2001 Nov 16
1
Problem with SetFileTime Win32 API call
Hi, We have a build utility that runs on a w2k machine and needs to set file creation, modified and last access times. This is done by calling the SetFileTime Win32 API function. This works fine with Windows local drives and network shares. With samba shares only the last modified time is set, creation time is not affected. Is it possible to get this to work? Thanks in advance Alex
2018 Apr 05
1
potential file.copy() or documentation bug when copy.date = TRUE
...ceed: cat("foo1\n", file = "foo1") cat("foo2\n", file = "foo2") unlink(c("copy1", "copy2"), recursive = TRUE) file.copy(c("foo1", "foo2"), c("copy1", "copy2"), copy.date = TRUE) #> Error in Sys.setFileTime(to[okay], fi$mtime) : invalid 'path' argument # But the files were still copied: file.exists(c("copy1", "copy2")) #> [1] TRUE TRUE file.copy(c("foo1", "foo2"), c("copy1", "copy2")) #> [1] FALSE FALSE file.copy(c("foo...
2000 May 03
0
touch.exe problem with 2.0.6
...the known problem with the Windows touch.exe problem - it has no effect on a file on a system running Samba 2.0.6. This has been reported previously with the MKS touch.exe, and I have observed it with the Gnu touch.exe as well. Also, we have some NT software which sets file dates using the Windows SetFileTime() call, which is possibly what the MKS touch.exe uses, and that fails to set the date with Samba 2.0.6; however, with a 1.9.x version, it works fine. In both of these cases, Samba is running on a Sun system: SunOS miracle 5.5.1 Generic_103640-24 sun4u sparc SUNW,Ultra-Enterprise. I have tried t...
2018 Sep 20
3
future time stamps warning
Dear developers, Upon CRAN submission I have bumped into "future file timestamps" warning that I can't solve. I have updated the package as usual, and all checks go through in my system. CRAN reports the following warning however. * checking for future file timestanps ... WARNING Files with future time stamps: DESCRIPTION NAMESPACE README.md The build log is at
2018 Sep 20
3
future time stamps warning
Time stamps are correct and my system time is correct. I am now tried to use Sys.setFileTime() to update time stamps as proposed. This does not help. The windows and debian builds give different reports on the time stamp issue. https://win-builder.r-project.org/incoming_pretest/eurostat_3.2.8_20180920_122655/Windows/00check.log https://win-builder.r-project.org/incoming_pretest/eurostat_...
2018 Sep 20
0
future time stamps warning
On Thu, Sep 20, 2018 at 11:46 AM Leo Lahti <leo.lahti at iki.fi> wrote: > > Time stamps are correct and my system time is correct. > > I am now tried to use Sys.setFileTime() to update time stamps as proposed. > This does not help. > > The windows and debian builds give different reports on the time stamp > issue. > https://win-builder.r-project.org/incoming_pretest/eurostat_3.2.8_20180920_122655/Windows/00check.log > https://win-builder.r-project.o...
2017 Feb 17
0
Wine release 2.2
...size in characters. winmm: Fix wrong return type for midiInOpen and midiOutOpen. Carlos Garnacho (1): winex11: Use XIAllDevices to select for XI_RawMotion. Charles Davis (1): iphlpapi: Add missing header to configure test. Christian Inci (1): kernel32/tests: Add test for SetFileTime. Daniel Lehman (3): kernel32/tests: Don't call function in assert(). kernel32/tests: Don't call DeleteFile from assert(). opengl32/tests: Fix leak in opengl test (valgrind). Detlef Riekenberg (2): localspl: Clear LastError on success in AddMonitor. winspool/...
2019 Apr 26
0
R 3.6.0 is released
...r RNGversion() if necessary for reproduction of old results. Thanks to Duncan Murdoch for contributing the patch and Gabe Becker for further assistance. The output of RNGkind() has been changed to also return the 'kind' used by sample(). NEW FEATURES: * Sys.setFileTime() has been vectorized so arguments path and time of length greater than one are now supported. * axis() gets new option gap.axis = NA for specifying a multiplication factor for the minimal "gap" (distance) between axis labels drawn. Its default is 1 for labels _pa...
2019 Apr 26
0
R 3.6.0 is released
...r RNGversion() if necessary for reproduction of old results. Thanks to Duncan Murdoch for contributing the patch and Gabe Becker for further assistance. The output of RNGkind() has been changed to also return the 'kind' used by sample(). NEW FEATURES: * Sys.setFileTime() has been vectorized so arguments path and time of length greater than one are now supported. * axis() gets new option gap.axis = NA for specifying a multiplication factor for the minimal "gap" (distance) between axis labels drawn. Its default is 1 for labels _pa...
2019 Apr 26
0
R 3.6.0 is released
...r RNGversion() if necessary for reproduction of old results. Thanks to Duncan Murdoch for contributing the patch and Gabe Becker for further assistance. The output of RNGkind() has been changed to also return the 'kind' used by sample(). NEW FEATURES: * Sys.setFileTime() has been vectorized so arguments path and time of length greater than one are now supported. * axis() gets new option gap.axis = NA for specifying a multiplication factor for the minimal "gap" (distance) between axis labels drawn. Its default is 1 for labels _pa...
2011 Oct 31
0
R 2.14.0 is released
...y one (other values are now an error rather than giving a warning as previously). o vector(len) and length(x) <- len no longer acccept TRUE/FALSE for len (not that they were ever documented to, but there was special-casing in the C code). o There is a new function Sys.setFileTime() to set the time of a file (including a directory). See its help for exactly which times it sets on various OSes. o The file times reported by file.info() are reported to sub-second resolution on systems which support it. (Currently the POSIX 2008 and FreeBSD/Darwin...
2011 Oct 31
0
R 2.14.0 is released
...y one (other values are now an error rather than giving a warning as previously). o vector(len) and length(x) <- len no longer acccept TRUE/FALSE for len (not that they were ever documented to, but there was special-casing in the C code). o There is a new function Sys.setFileTime() to set the time of a file (including a directory). See its help for exactly which times it sets on various OSes. o The file times reported by file.info() are reported to sub-second resolution on systems which support it. (Currently the POSIX 2008 and FreeBSD/Darwin...