I have a java file at:
new File("C:/programs/java/folder")
Which is a random directory on my computer. How can I import the file at this directory? I have already tried:
import "C:/programs/java/folder";
import C.programs.java.folder;
import C:/programs/java/folder;
but none of these work. How can I import a java file at a specified directory?