Code:
Base Folder
L Sub Folder 1
L File 1.xml
L File 2.xml
L INI Files
L File 1.ini
L Images
L Icons
L icon1.tga
I'm just saying from my own coding knowledge, maybe it's different in XML or EQ world....
If I was inside File1 and I wanted to use icons1.tga from the Icons folder, it would be like this:
../Images/Icon/icon1.tga
If I wanted to call upon File 1.ini I could use:
/INI FIles/FIle 1.ini
INI FIles/FIle 1.ini
./INI FIles/FIle 1.ini
/shrug