Updated mkdir (markdown)

Pk11
2020-09-25 15:52:11 -05:00
parent ff680d6fab
commit c5f8e513b8
+1 -1
@@ -1,6 +1,6 @@
The Function `mkdir` contains 1 Parameter.
`directory` -> The Directory which should be created. Don't Forget a '/' at the end, because it will also create all Sub Folders.
`directory` -> The Directory which should be created. Don't Forget a `/` at the end, because it will also create all Sub Folders.
You can find an example here:
```