Using the code:
System.getProperty("user.dir")+"\email\email.properties"
It picks up from the user
(C:\USUARIO\user\Documents\Netbeans\Projeto\email\email.properties)
But what if it is in the drive C:\
only?
(C:\Email\email\email.properties)
How do I System.getProperty
get wherever I am?