-
Notifications
You must be signed in to change notification settings - Fork 1
Groovy
HOA PHAN edited this page Feb 1, 2021
·
1 revision
Print current dir( find relative path to access test resources):
String currentDir = new File(".").getAbsolutePath()
println(currentDir)
