| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Windows.File.Delete.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| path | The name of the file to be deleted. |
Deletes the specified file.
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 System.IO.File.Delete method instead.
| Web Proxy Viewer | New URL | Original Page |