Possible Duplicate:
How to get relative path from absolute path
I'm currently using the FolderBrowserDialog
to return an absolute path. I would like to instead get the relative path with respect to the currently executing directory. Given that FolderBrowserDialog
only returns an absolute path, is there a way to translate this to a relative path?