Hi.

I'm trying to load a wav file that's not in the same directory as the exe. The wav file is in the dir "Sounds". I can't load it from that directory, i'm only getting it to work if the wav file is in the same directory as the exe.

Load_WAV("TEST.WAV");

That works if the wav is in the same dir as the exe but how do I write if I want to load it from the dir "Sounds" (without the quotes)? I've tried many combinations but I just can't get it to work.

Thx

Ragnar