I need to play wav files, programmatically, from our Storage Card folder (instead of Windows folder). Does anyone know how to show the path for that? Here's the code, but when it runs, it goes and gets the default sound in the Windows folder.
Windows CE has no concept of a "Current Directory" and therefore relative paths also are meaningless. As Susan points out, you must always use fully qualified paths.