SyntaxFix
Write A Post
Hire A Developer
Questions
I would simply use Path from Java 7
Path
Path resourceDirectory = Paths.get("src","test","resources");
Neat and clean!