package ru.reflection;
public class ReflectionTool {
public static void main(String[] args) throws IOException {
}
}
I am working in Intellij IDEA. The main class is located in path_to_my_project/out/production/ru/reflection/Reflection.class
How can I get File object for folder where from Reflection.class was loaded - path_to_my_project/out/production/ru/reflection/ ?