View Single Post
  #2 (permalink)  
Old 03-03-2008, 06:34 PM
kbyrne kbyrne is offline
Member
 
Join Date: Dec 2007
Posts: 14
kbyrne is on a distinguished road
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");
Reply With Quote