isDir


Description:

public static bool isDir (Path path)

Returns whether the directory exists in the specified path.

Parameters:

path

Path to file or directory.

Returns:

true: File object(path) is directory, false: File object(path) is not directory