File[] list = File.listRoots();//获取根目录,不同的系统应该不一样 Arrays.stream(list).forEach(file -> System.out.println(file.getPath()));