---
title: "videoEditorController(_:didSaveEditedVideoToPath:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uivideoeditorcontrollerdelegate/videoeditorcontroller(_:didsaveeditedvideotopath:)"
---

# videoEditorController(_:didSaveEditedVideoToPath:)

Notifies the delegate after the system finishes saving an edited movie.

## Declaration

```swift
optional func videoEditorController(_ editor: UIVideoEditorController, didSaveEditedVideoToPath editedVideoPath: String)
```

## Parameters

- `editor`: The video editor that has finished editing and saving a movie.
- `editedVideoPath`: The filesystem path to the edited movie.

## See Also

### Closing the video editor

- [videoEditorControllerDidCancel(_:)](uikit/uivideoeditorcontrollerdelegate/videoeditorcontrollerdidcancel(_:).md)
