make_directory.rst 287 B

1234567891011121314
  1. make_directory
  2. --------------
  3. .. deprecated:: 3.0
  4. Use the :command:`file(MAKE_DIRECTORY)` command instead.
  5. ::
  6. make_directory(directory)
  7. Creates the specified directory. Full paths should be given. Any
  8. parent directories that do not exist will also be created. Use with
  9. care.