Copyright © tutorialspoint.com
Syntax
Definition and UsageDeletes the directory specified by EXPR, or $_ if omitted. Only deletes the directory if the directory is empty. Return Value
ExampleCreate one directory testdir inside /tmp and Try out following example:
It will produce following results:
|
Copyright © tutorialspoint.com