News

Java has no notion of a "current working directory" per se IIRC - user.dir is not always set to the directory the user started the app from. You can find that however - search in Google groups.
In the previous post Java SE 7 Brings Better File Handling than Ever to Groovy , I discussed the ability to use Java 7's NIO.2 implementation to discover a wide set of attributes, characteristics ...