I ran into this when doing the little mail hack for somebody. absolute references ie. directory/file didn't work. I simply copied the format from the other mods that included text files.
.. is the parent directory
../ is the current directory
something/../ is also the current directory (any UNiX gurus that can explain why?)
something/../subdir is an explicit call to a relative subdirectory. it's goofy, but what about this setup makes total sense?
|