|
Try the full path as you have in your second example but with 2 back slashes or a forward slash instead of the back slach you have there, this might work.
1. File soundFile = new File("C:\\portalmusic.au");
2. File soundFile = new File("C:/portalmusic.au");
|