rmdir

This command removes a subdirectory.

Syntax

rmdir local:///subdirectory

Parameters

local:///subdirectory
The subdirectory to remove from the local: directory.

Guidelines

The rmdir command removes subdirectories from the local: directory.

Example

Deletes the stylesheets subdirectory and all its contents from the local: directory.
# rmdir local:///stylesheets
Removing 'local:///stylesheets' will delete all files including subdirectories!
Do you want to continue? [y/n]:y
Directory 'local:///stylesheets' successfully deleted.
#