delete_dir


Description:

[ Version ( since = "0.17.0" ) ]
public bool delete_dir (string path) throws Error

Delete a directory and its contents, recursively.

Parameters:

this

A FileSystem.

path

The paths of the directory.

Returns:

true on success, false if there was an error.