Displaying 1 result from an estimated 1 matches for "bfrl".
Did you mean:
bcrl
2014 Jan 07
0
file.info() on a file.symlink():ed file on Windows - is help correct?
....symlink("foo.txt", "link.exe")
TRUE
> file.info("link.exe")
size isdir mode mtime
link.exe 0 FALSE 777 2014-01-06 15:59:55
ctime atime exe
link.exe 2014-01-06 15:59:55 2014-01-06 15:59:55 msdos
> bfrL <- readChar("link.exe", n=9)
> stopifnot(identical(bfrL, bfr))
Note how file.info("link.exe")$size is 0 (zero) and none (except from
'dir') mirrors the file that the link points to. I've verified that
'link.exe' is a symbolic link (and not a hard lin...