I would like to create a script that could browse all the files (to open and modify them), even if they are in a sub-sub-sub directory.
The problem is that when i get to such a sub-sub-sub directory, i can't get back to the parent directory.
Do i have to store the parent directory for each new directory, or is there an easier way to do it?