Hello everyone !
There is a great mystery that I would like to elucidate in Attract, I will explain this to you

For now I have two emulators one for the
SNES & the other for the
Radio Shack TRS-80 here are the configuration files for each of them:
For Snes9x:executable emulators\snes9x\snes9x.exe
args -fullscreen "[romfilename]"
rompath ..\..\..\..\attract\games\snes
romext .smc
exit_hotkey Escape
artwork boxart menu-art\boxart\snes
artwork cartart menu-art\cartart\snes
artwork marquee menu-art\marquee
artwork snap menu-art\snap\snes
artwork wheel menu-art\wheel\snes
For TRS80GP:executable emulators\trs80gp\trs80gp.exe
args -vf -d0 "[romfilename]"
rompath ..\..\games\trs-80
romext .dsk
exit_hotkey Escape
artwork boxart menu-art\boxart\trs-80
artwork cartart menu-art\cartart\trs-80
artwork marquee menu-art\marquee
artwork snap menu-art\snap\trs-80
artwork wheel menu-art\wheel\trs-80
1. Why is the "games" directory not recognized like other directories ? Attract does not recognize newly created directories as relative path ?!
2. Why for the Snes9x emulator the relative path is
..\..\..\..\attract\games\snes & for the TRS80GP emulator the relative path is
..\..\games\trs-80 while the games are placed in the same place in the folder tree i.e. in
attract\games\ 
3. How do I tell Attract the location of new directories created with the relative path ?!
Greetings !