# Delete(string)

> Deletes a directory from a specified path.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Windows](/engine/6000.6/script-reference/unityengine/windows.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static void Delete(string path)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The name of the directory to remove.

### Remarks

**Note:** This method is only available on the Universal Windows Platform.
