Anyone aware of a method/class/library that will allow me to easily reproduce the results of the *nix ls -l command in Java? Calling ls directly is not an option due to platform
Here is a tutorial on getting a directory listing in java with sample source code.