---
title: "init(_:)"
framework: foundation
role: symbol
role_heading: Initializer
path: "foundation/progress/fileoperationkind-swift.struct/init(_:)"
---

# init(_:)

Creates a new kind of file operation using the specified string.

## Declaration

```swift
init(_ rawValue: String)
```

## Parameters

- `rawValue`: A string that represents the kind of file operation.

## See Also

### Creating Kinds of File Operation

- [init(rawValue:)](foundation/progress/fileoperationkind-swift.struct/init(rawvalue:).md)
