Delete(string)
Deletes the specified file.
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 file to be deleted.
Remarks
If the specified file doesn't exist, this method does nothing and doesn't throw an exception.
Note: This method is available only on the Universal Windows Platform. On other platforms, use the .NET method instead.
System.IO.File.Delete