summaryrefslogtreecommitdiff
path: root/Help/command/make_directory.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/make_directory.rst')
-rw-r--r--Help/command/make_directory.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/command/make_directory.rst b/Help/command/make_directory.rst
new file mode 100644
index 000000000..27ecf5194
--- /dev/null
+++ b/Help/command/make_directory.rst
@@ -0,0 +1,12 @@
+make_directory
+--------------
+
+Deprecated. Use the :command:`file(MAKE_DIRECTORY)` command instead.
+
+::
+
+ make_directory(directory)
+
+Creates the specified directory. Full paths should be given. Any
+parent directories that do not exist will also be created. Use with
+care.