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]

Reply via email to