Displaying 1 result from an estimated 1 matches for "rtmpyeixrb".
2007 May 14
1
file separator inconsistencies on windows?
tempdir() on windows returns the path using "\\" as file separator.
But .Platform$file.sep returns "/". As a result, you get
inconsistencies like:
> file.path(tempdir(), "foo")
[1] "C:\\WINDOWS\\Temp\\RtmpYEIXrb/foo" # Mix of \\ and /
I'm not sure if this can cause problems but I thought I'd let you
know just in case.