View Single Post
  #7  
Unread 11-17-2005, 12:16 AM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

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?
Reply With Quote