relativePath(‘b’) gives the relative path of ‘b’ with respect to the present working directory. I need to find the relative path with respect to a different directory. Is there support for it or do I’ve to write some code to achieve that?
relativePath(‘b’) gives the relative path of ‘b’ with respect to the present working directory. I need to find the relative path with respect to a different directory. Is there support for it or do I’ve to write some code to achieve that?