Click to See Complete Forum and Search --> : [RESOLVED] whats does ../ mean


_giles_
05-14-2007, 10:38 AM
Hi!

I’ve seen ../ used a lot in filepaths. I think it’s to prevent visitors traversing up a file tree. I’ve searched around for tutorials but don’t know what it’s called, and obviously Google won’t return a search on ../ Can you help me either with a name, or URL to an appropriate tutorial.

Thanks
Giles

Kevey
05-14-2007, 10:42 AM
../ means to go up one level of hierarchy in the directory tree. From folder1/folder2 to just folder1.

Here's a short tutorial...

http://www.teacherjohn.com/cabrillo/dm164/tutorials/paths.html

_giles_
05-14-2007, 03:41 PM
great thanks - really cleared that up