This version of Unity is unsupported.

AssetMoveResult

enumeration

Description

Result of Asset move

Properties

DidNotMoveTells the internal implementation that the asset was not moved physically on disk by the script.
FailedMoveTells the internal implementation that the script could not move the assets.
DidMoveTells the internal implementation that the script moved the asset physically on disk.