Constructs a relative path from path from to path to.
If this is not possible (i.e. different drive letters on windows systems),
NA is returned.
Arguments
- to
[
character(1)]
Where the relative path should point to.- from
[
character(1)]
From which part to start. Default isgetwd.- ignore.case
[
logical(1)]
Should path comparisons be made case insensitve? Default isTRUEon Windows systems andFALSEon other systems.