Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateDirectory(string)

Creates directory in the specified path.
Read time 1 minuteLast updated 8 days ago

Definition

public static void CreateDirectory(string path)

Parameters

path

The directory path to create.

Remarks

This method has no return value and doesn't report whether it successfully created the directory. It doesn't throw an exception if the directory already exists or if creation fails.
Note: This method is available only on the Universal Windows Platform.