Test if two paths are the same after they are normalized
Compare two paths after normalizing them with the same separator (/
).
same_path(p1, p2, ...)
p1, p2 |
Two vectors of paths. |
... |
Arguments to be passed to |
library(xfun) same_path("~/foo", file.path(Sys.getenv("HOME"), "foo"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.