For new applications written in Java 7, is there any reason to use a java.io.File object any more or can we consider it deprecated?
I believe a java.nio.file.Path c
Yes, but many existing APIs, including Java7's own standard APIs, still work only with File type.
File