Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 411 Bytes

directory.md

File metadata and controls

16 lines (13 loc) · 411 Bytes

directory

Create directories

Key Value Required Default
path String and (not= "") Yes
action #{:create, :delete, :remove, "create", "delete", "remove"} No :create
mode String and (not= "") No
owner String and (not= "") No
group String and (not= "") No

Examples

(directory {:path "foo/bar"})