A suggestion. /** * Tells whether the file is something other than a regular file, directory, * or link. */ boolean isOther(); Since (at least in Unix) there are two kinds of links, this would be a little clearer if we changed link => symbolic-link and perhaps elsewhere in nio2 docs. Martin