---
title: data
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsfilename/data
---

# data

The byte sequence of the filename, as a data object.

## Declaration

```swift
var data: Data { get }
```

## Discussion

Discussion This property always provides a value.

## See Also

### Accessing filename properties

- [string](fskit/fsfilename/string.md)
- [debugDescription](fskit/fsfilename/debugdescription.md)
