How to Access folder in spring boot application

536 views Asked by At

directory structure image

i want to access CFRDecompiler folder under decompiled folder from a java main function, how can i do that

1

There are 1 answers

2
Pandiyan MCA On

can try this code File file = ResourceUtils.getFile("classpath:decompiled/CFRDecompiler/")