program that generates relative paths?
Hey all,
I need a program that, given a target directory, will spit out a relative path from the current directory to the target. The output I'm looking for is something like "../../../" Of course, the current directory has to be further down the tree than the target for this to work.
Does anyone know of such a utility?
Thanks,
George
|