How would I do something like this in intelliJ IDEA
File file = new File("C:\Users\Account\Documents\ProjectFolder\ResourceFolder\image");
But not have to enter the whole file path in. I'm pretty sure there is a way, and I'm fairly certain it has something to do with adding it to my build path. I know how to do that in Eclipse but not in intelliJ.
Thanks in advance!