Skip to content

Commit e213dcc

Browse files
committed
Document io.mkdir & io.mkdirs
1 parent 092bed0 commit e213dcc

File tree

1 file changed

+2
-2
lines changed
  • docs/Runtime Environment

1 file changed

+2
-2
lines changed

docs/Runtime Environment/IO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ else
8282
end
8383
```
8484
---
85-
### `io.makedir`
85+
### `io.makedir`, `io.mkdir`
8686
Create a directory.
8787
#### Parameters
8888
1. The path for the new directory.
@@ -109,7 +109,7 @@ for _, filepath in io.listdir(".") do
109109
end
110110
```
111111
---
112-
### `io.makedirs`
112+
### `io.makedirs`, `io.mkdirs`
113113
Creates a directory and all the non-existing parent directories in the given path.
114114
#### Parameters
115115
1. The string path for your new directory.

0 commit comments

Comments
 (0)