---
title: length
framework: system
role: symbol
role_heading: Instance Property
path: system/filepath/length
---

# length

The length of the file path, excluding the null terminator.

## Declaration

```swift
var length: Int { get }
```

## See Also

### Working with File Paths

- [description](system/filepath/description.md)
- [debugDescription](system/filepath/debugdescription.md)
