📅  最后修改于: 2022-03-11 14:52:10.803000             🧑  作者: Mango
//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 // => /