Skip to content
Prev 47443 / 63424 Next

file.exists does not like path names ending in /

If a path name ends in slash then file.exists says it does not exist.
I would have expected these to all return TRUE.
[1] TRUE
[1] FALSE
[1] FALSE
[1] "R version 3.0.2 Patched (2013-11-25 r64299)"

I am using Windows 8.1 .