Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

file java class

//when creating a new File(path) the path
//will be from the src folder of the proj
File path = new File("world");
//this will give the path src/world

//also dont forget that // => /
 
PREVIOUS NEXT
Tagged: #file #java #class
ADD COMMENT
Topic
Name
8+2 =