Skip to content

Instantly share code, notes, and snippets.

@edwise
Last active March 13, 2018 14:12
Show Gist options
  • Save edwise/0094efe71a7287f11fff3dd4d8b81dfa to your computer and use it in GitHub Desktop.
Save edwise/0094efe71a7287f11fff3dd4d8b81dfa to your computer and use it in GitHub Desktop.
Save files on project path
URL localFileUrl = Thread.currentThread()
.getContextClassLoader()
.getResource("subFolder/" + "fileName.txt");
File file = new File(localFileUrl.getPath());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment