Hi, Looks like an encoding problem. What language os are you on?
Best wishes John -----Original Message----- From: Adam Henderson Azudio [mailto:[EMAIL PROTECTED] Sent: Monday, August 15, 2005 11:12 AM To: Tapestry users Subject: OT: File.getName returns filename with question marks Hi, sorry to post this here but for some weird reason I'm getting question marks appearing in the string returned from file.getName() eg: File f = new File("/Users/me/desktop/cars.jpg"); System.out.println("Filename: " + f.getName()); // Returns something like "???cars.jpg" Goolge drew a blank, anybody got any ideas? Thanks, Adam OS X 10.4.2 / Java 1.5 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
