Trace Function

im just curious how the ‘trace’ function works and how i use it in script to find something…im trying to navigate the folders im using…like some of the others here…lol…

the presentation im working on now has a loader.exe that all my external .swfs are loaded into…it goes kind of like…

loader.exe
-opening.swf
-home.swf
–folder
—folder

ive finally kind of gotten it to navigate with the heirarchy the way it is using /folder/folder/file.swf to get into each file…

but for the sake of convienience when i add this presentation to another its going to be another level down in the heirarchy, so is there a way to use ‘trace’ to make it easier so itll always find the files maybe?

thanks…