Java File System Api getting a make over
Posted: November 15th, 2009 | Author: Anuradha Uduwage | Filed under: Java Ruled | Tags: Java | No Comments »I was just reading upcoming changes in Java 7, and I was very excited. One thing I found out that java.io.File getting a make over.
Here are the things that going to be added to the Java 7 release,
- FileRef – represents file object in system
- Path – extends FileRef, binds a file to a system-dependent location
- FileSystem – interface to file system FileStore – underlying storage system
I am planning to put a post once I find an example using the new api.


Leave a Reply