public static bool DeleteAsset (string path);

파라미터

pathFilesystem path of the asset to be deleted.

설명

Deletes the asset file at path.

Returns true if the asset has been successfully deleted, false if it doesn't exist or couldn't be removed.

All paths are relative to the project folder, for example: "Assets/MyTextures/hello.png"

See Also: AssetDatabase.MoveAssetToTrash.