behlHardik
behlHardik

Reputation: 21

How to Access folder in spring boot application

directory structure image

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

Upvotes: 0

Views: 693

Answers (1)

Pandiyan MCA
Pandiyan MCA

Reputation: 41

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

Upvotes: 0

Related Questions