CreateDirectory(string)
Creates directory in the specified path.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Windows
- Assembly: UnityEngine.CoreModule
public static void CreateDirectory(string path)
Parameters
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.