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

new-dir - (directories)

Description

new-dir creates new <directory>, which is a string that is an absolute or relative path. You can specify permission <mode> (in "mode" clause) as a number, based on standard Linux permissions (see permissions). If "status" clauses is used, <status> is a number with value of GG_OKAY if successful, GG_ERR_EXIST if directory exists, 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

new-dir "new_dir"

Name

new-dir - (directories)

Purpose

Create new directory.

See Also

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

Syntax

new-dir <directory> [ mode <mode> ] [ status <status> ]

See Also