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?
_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?