To get path of the user's Windows desktop from signed applet

How to get the path of the user's Windows desktop from signed applet?Actually IE returns the user's desktop folder path when I use the System.getProperty("user.dir").But Netscape and Firefox returns their home folders for the same call.
[259 byte] By [reswarana] at [2007-10-2 16:00:56]
# 1
I think it's user.home you should be callingSystem.getProperty("user.home");
harmmeijera at 2007-7-13 16:29:23 > top of Java-index,Security,Signed Applets...