Hello all well I'm trying to get the DIR of the user folder which is practically located at :
c:/Users/userName/
but the userName is different from one user to the other of course, so how would i get the DIR of the folder?
I know for the desktop directory its getHomeDirectory() , is there something similar to this folder?
thanks.