PDA

View Full Version : Moving up a directory


vic_523
01-26-2005, 11:44 AM
Just a really quick question...I know how to navigate down through directories, but if I have a file placed in on directory how do I get it to access a file in a higher directory?

I.e. subscribelist/topics

Just trying to make myself a bit clearer...if my file was in topics how do I access a file from subscribelist??

Thank you
:O)

Horus Kol
01-26-2005, 11:55 AM
use .. to go up one level

in your example:

"../file.ext"

will access the file in the parent of the directory you are currently working in.