Skip to content

Notes about paths

s0urc3 D3v3l0pm3nt edited this page Oct 8, 2016 · 3 revisions

Instead of using "/" or "" use File.separator in your strings to avoid unintended fileNotFoundFoundExeceptions

#Resources

"src" + File.separator + "main" + File.separator + "resources" + File.separator
Clone this wiki locally