deleteTree


Description:

public static bool deleteTree (Path root)

Recursively deletes a tree.

Parameters:

root

root path.

Returns:

true if deletion succeeds.