I have the code below that will give me the current directory, I am using it to open files without having to type the entire path to it, but I am having a problem where I need to access a file that is in a different location on my directory structure, how can I open a file using similar code to open a file in a different location like one directory lower from where this code is?