Determines whether the specified path refers to a directory.
public static boolean isDirectory( String path )
path
The path to test.
Returns true if the path refers to a directory; otherwise, returns false.
See Also exists, isFile