Search results

  1. I

    Vista Junctions and Java Folder Recursion

    For a program I'm writing in Java (1.4), I need to be able to traverse a file system hierarchy. The typical way to do this is to start at a root, use listFiles(), and for each file in the returned array that returns true on isDirectory() recurse. Unfortunately, while this works great in *nix and...