Sure

.. = parent
../.. = parent of that
etc...

/ = root

you can get to any directory on your server by using a combination of ..
and directory names, or, and this is often a good idea, you can just
specify the location from root, for example

/path/to/my/file

that way if you move the file with .. in it, it'll still find your file
correctly........

jack

Chris Anderson wrote:
> 
> I know using ../ in a path moves to the parent directory. But is there a way to move 
>back farther then that?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to