logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

delete-dir - (directories)

Description

delete-dir will delete <directory>, which is a string that may be an absolute or relative path. If "status" clause is used, then number <status> is GG_OKAY if succeeded, GG_ERR_EXIST if directory is not empty, or GG_ERR_FAILED for other errors (in which case you can use "errno" clause in get-req to find the specific reason why).

Examples

delete-dir "/home/user/some_dir"

Name

delete-dir - (directories)

Purpose

Delete directory.

See Also

Directories change-dirchange-modedelete-dirdirectoriesnew-dir See all documentation $DATE $VERSION GOLF(2gg)

Syntax

delete-dir <directory> [ status <status> ]

See Also