How can I get the relative path of the folders in my project using code?
I\'ve created a new folder in my project and I want its relative path so no matter where the
With System.getProperty("user.dir") you get the "Base of non-absolute paths" look at
System.getProperty("user.dir")
Java Library Description