Reputation: 21
i want to access CFRDecompiler folder under decompiled folder from a java main function, how can i do that
Upvotes: 0
Views: 693
Reputation: 41
can try this code File file = ResourceUtils.getFile("classpath:decompiled/CFRDecompiler/")
Upvotes: 0