Hi, Here's my complete filesystem: /A/B/file /C -> A/B If I do: "cd /C/../X" what are the valid directories that can replace the "X"? This is a bit annoying because I'm writing a file browser and would really like to collapse paths when possible. Scott