<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UniformTypeIdentifiers",
  "identifier" : "/documentation/UniformTypeIdentifiers/UTTypeRTFD",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Uniform Type Identifiers"
    ],
    "preciseIdentifier" : "c:@UTTypeRTFD"
  },
  "title" : "UTTypeRTFD"
}
-->

# UTTypeRTFD

A type that represents Rich Text Format Directory documents.

```
extern UTType * const UTTypeRTFD;
```

## Discussion

RTFD is RTF with content embedded in its on-disk format.

The identifier for this type is `com.apple.rtfd`.

This type conforms to [`UTTypePackage`](/documentation/UniformTypeIdentifiers/UTTypePackage) and [`UTTypeCompositeContent`](/documentation/UniformTypeIdentifiers/UTTypeCompositeContent).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)