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

# debugDescription

The filename, represented as a potentially lossy conversion to a string.

## Declaration

```swift
var debugDescription: String { get }
```

## Discussion

Discussion The exact details of the string conversion may change in the future.

## See Also

### Accessing filename properties

- [data](fskit/fsfilename/data.md)
- [string](fskit/fsfilename/string.md)
