---
title: sidecarFileName
framework: MediaExtension
role: symbol
role_heading: Instance Property
platforms: [macOS 26.0+]
path: mediaextension/mefileinfo/sidecarfilename
---

# sidecarFileName

## Declaration

```swift
var sidecarFileName: String? { get set }
```

## Discussion

Discussion The sidecar filename used by the MediaExtension. Represents a new or existing sidecar file located in the same directory as the primary media file. The filename should include the file extension, and should not contain the file path, or contain any slashes. The file extension should be supported by the format reader, and present in the EXAppExtensionAttributes and UTExportedTypeDeclarations dictionaries in the MediaExtension format reader Info.plist.
