# AssetMoveResult

> Result of Asset move

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
[Flags]
public enum AssetMoveResult
```

## Fields

| Value                                                                                   | Description                                                                                      |
| --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| [DidMove](/engine/6000.5/script-reference/unityeditor/assetmoveresult/didmove.md)       | Tells the internal implementation that the script moved the asset physically on disk.            |
| [DidNotMove](/engine/6000.5/script-reference/unityeditor/assetmoveresult/didnotmove.md) | Tells the internal implementation that the asset was not moved physically on disk by the script. |
| [FailedMove](/engine/6000.5/script-reference/unityeditor/assetmoveresult/failedmove.md) | Tells the internal implementation that the script could not move the assets.                     |
