Difference between normalizePath() and file.path()

Is there an advantage in taking the extra step of converting the file paths from file.path() into canonical form for the platform using normalizePath()? e.g. normalizePath(file.path(...)). Solely using file.path() would suffice a path to be read and I do not notice any big difference between the two.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.