view doc/src/api/module/Irccd.Directory/Irccd.Directory.mkdir.md @ 607:bb9771fb5f44

Docs: rework documentation - Change directories, - Remove handwritten manual pages.
author David Demelier <markand@malikania.fr>
date Fri, 08 Dec 2017 20:11:22 +0100
parents doc/html/api/module/Irccd.Directory/Irccd.Directory.mkdir.md@48676ca7071c
children ebdc614db066
line wrap: on
line source

---
function: mkdir
js: true
summary: "Create a directory specified by path. It will create needed subdirectories just like you have invoked `mkdir -p`."
synopsis: "Irccd.Directory.mkdir(path, mode = 0700)"
arguments:
  - "**path**: the path to the directory,"
  - "**mode**: the mode, not available on all platforms."
throws: "Any exception on error."
---