I have a program that puts some information in a user's My Documents folder. I find this folder by using System.getProperty("user.home"); Now I have a customer for whom this doesn't work and when I got some debug output from him the file name it tried to access was in the form \name.com\HHA\Users\person\My Documents\file.txt. Is this related to active directory? Or some other weirdness?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
try using JfileChooser
instead of
i doubt it returns proper home directory |
|||
|
|
ok then please try this..
Do notice double back slash and take care while using code..!! and ya you can change the path as per your config.!! Thanks. |
|||
|
|