---
title: fileCompletedCount
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/progress/filecompletedcount
---

# fileCompletedCount

The number of completed files for a file progress object.

## Declaration

```swift
var fileCompletedCount: Int? { get set }
```

## Discussion

Discussion If the current progress is operating on a set of files, set this property to the number of completed files in the 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

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