I was wondering, how can I find the final destination of a file?
For example, if I write this path:
C:\JavaDir\2ndDir\file.txt
The path would be simple, but if I type, for example:
C:\JavaDir\2ndDir\3rdDir\..\file.txt
Now, I can see that the destination would be ...\2ndDir\file.txt, but how can I run a command to check the destination?