<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/FilesIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV11FilesIntentP"
  },
  "title" : "AppSchema.FilesIntent"
}
-->

# AppSchema.FilesIntent

Identifies intent schemas in the files domain.

```
protocol FilesIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var createFolder: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/FilesIntent/createFolder)

An intent schema that creates a new folder.

[`var deleteFiles: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/FilesIntent/deleteFiles)

An intent schema that deletes existing files or folders.

[`var moveFiles: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/FilesIntent/moveFiles)

An intent schema that moves existing files or folders.

[`var openFile: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/FilesIntent/openFile)

An intent schema that opens a selected file or folder.

[`var renameFile: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/FilesIntent/renameFile)

An intent schema that renames an existing file or folder.

## Relationships

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

---

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)