rmdir

Name

rmdir -- Delete a directory.

Type: function

Synopsis

rmdir( path, );

Arguments

path

An instance of <string>

Description

Removes an empty directory, like unix rmdir.