Delete(string)
Deletes a directory from a specified path.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Windows
- Assembly: UnityEngine.CoreModule
public static void Delete(string path)
Parameters
The name of the directory to remove.
Remarks
Note: This method is only available on the Universal Windows Platform.