My stand alone app settings for Copy files is C:/Snds_MP4/*
The MP3 file is located in folder C:\Snds_MP4\cheering.mp3
on mouseUp
put "cheering" into pSndName
put specialFolderPath("engine") & "/Snds_mp4/" & pSndName & ".mp3" into tPath
play tPath
end mouseUp
But it simply does not play in my samsung 10.1 notebook.
If I make a small change and point it to an older directory "/Snds_mp3/"that has the same file in it, it plays great, but that directory is used by another app and I want to keep the two apps as clean as possible.
I have checked a 20 times for any typos and cannot find any. Could their be a bug with the version 6?
Any help would be greatly appreciated!

Thanks,
David