aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/paths.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/paths.md b/docs/paths.md
index a4437c6f..f53cc971 100644
--- a/docs/paths.md
+++ b/docs/paths.md
@@ -180,11 +180,12 @@ A list of paths for the children.
### `create_directory`
**Description:**
-Creates a new directory at the specified path with the given permissions.
+Creates a new directory at the specified path with the given permissions. If
+any of the parent directories do not exist, they will be created as needed.
**Usage:**
```markdown
-create_directory(path: Path, permissions=0o644[32]) -> Void
+create_directory(path: Path, permissions=0o755[32]) -> Void
```
**Parameters:**