remove_dir(path, force = false)
Class Public methods
Removes a directory dir
and its contents recursively. This
method ignores StandardError if
force
is true.
Removes a directory dir
and its contents recursively. This
method ignores StandardError if
force
is true.
Please login to continue.