Is there a way to normalize or flatten a path to a file?<br><br>I have two paths that I need to compare:<br><br>C:\path\to\file and C:\path\to\other\..\file<br><br>I need a way to collapse the second paths into something that looks like the first, so that I could use a string comparison on the filenames to see if they point to the same thing.<br>

<br>Thanks,<br>James<br>