recursive_delete


Description:

public void recursive_delete (string dir_path) throws Error

Recursively delete a directory and all its contents.

Parameters:

dir_path

Path to directory to delete

Exceptions:

Error

if deletion fails