LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

Directory.CreateDirectory

public static void CreateDirectory(string path);

Parameters

pathThe directory path to create.

Description

Creates directory in the specified path.