How can I get system user documents, pictures, music folders indipendent on os using java
        Posted  
        
            by user348889
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user348889
        
        
        
        Published on 2010-05-24T11:31:36Z
        Indexed on 
            2010/05/24
            11:51 UTC
        
        
        Read the original article
        Hit count: 224
        
java
Hi, While I was working on my project, I got a requirement that, I need to get the system user documents folder( like "My documents for windows and Documents for Linux). I need to get it for all the operating system. How can I do this. I can get the user root directory by using System.getProperty(user.home). I need solution for this requirement using Java. Any one please help me.
© Stack Overflow or respective owner