Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
File f = new File("/");
File[] fs = f.listRoots();
for (int i = 0; i < fs.length; i++) {
System.err.println(fs[i]);
}