Displaying 1 result from an estimated 1 matches for "29r61044".
Did you mean:
2963044
2012 Oct 31
0
file.symlink() creates zero-size file/link on Windows 7/NTFS/admin
With R 2.15.2 patched (2012-10-29 r61044) and R devel
(2012-10-29r61044) on **Windows 7 w/ NTFS ** running in admin mode, I
get:
EXAMPLE:
> cat("Hello world", file="foo.txt")
> file.exists("foo-lnk.txt")
[1] FALSE
> res <- file.symlink(from="foo.txt", to="foo-lnk.txt")
> warnings()
NULL
> res
[1] TRUE...