PDA

View Full Version : External file path problem



lledden
09-26-2006, 10:35 PM
I'm trying to reference an external audio file in a script like this...

_SourceFolder.."\\HealthIntro.wav"

The help file says that _SourceFolder is "The full path to the folder that the AutoPlay application was run from (e.g. "C:\Downloads" or "D:")."

When I make a build and execute it, the value _SourceFolder is assigned the location of the temporary folder where the exe is unpacked, not the folder where the AutoPlay application was run from. Is there a way to point back to the original folder, or am I missing something here?

Dermot
09-27-2006, 08:45 AM
See this thread.

http://www.indigorose.com/forums/showthread.php?t=16724

lledden
09-27-2006, 11:44 AM
Thanks for the response. That did it!