On 09/10/2009 5:05 PM, johannes rara wrote:
Hi,
file.info is producing data.frame with ctime variable. Help file says
that on Unix this is 'last status change' and on Windows 'creation
time'. Is there a way to get 'last status change' on Windows using
some R function?
What does "last status change" mean on Windows? mtime is the last
modification time; is that good enough? If mtime isn't what you want,
describe some other way in Windows to get what you do want. You can't
get something that the OS doesn't maintain.
Duncan Murdoch
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.