---
title: fileOperationKind
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/progress/fileoperationkind-swift.property
---

# fileOperationKind

The kind of file operation for the progress object.

## Declaration

```swift
var fileOperationKind: Progress.FileOperationKind? { get set }
```

## Discussion

Discussion Set this value when the kind property is file to describe the kind of file operation. If present, Progress presents additional information in its localized description by setting a value in the userInfo dictionary.

## See Also

### Inspecting File Operation Progress Information

- [fileURL](foundation/progress/fileurl.md)
- [fileTotalCount](foundation/progress/filetotalcount.md)
- [fileCompletedCount](foundation/progress/filecompletedcount.md)
- [Progress.FileOperationKind](foundation/progress/fileoperationkind-swift.struct.md)
