| 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.