---
title: end
framework: system
role: symbol
role_heading: Type Property
path: system/filedescriptor/seekorigin/end
---

# end

Indicates that the offset should be set to the size of the file plus the specified number of bytes.

## Declaration

```swift
static var end: FileDescriptor.SeekOrigin { get }
```

## Mentioned in

Adopting Swift File Options

## Discussion

Discussion The corresponding C constant is SEEK_END.

## See Also

### Creating a Seek Origin

- [current](system/filedescriptor/seekorigin/current.md)
- [nextHole](system/filedescriptor/seekorigin/nexthole.md)
- [nextData](system/filedescriptor/seekorigin/nextdata.md)
- [start](system/filedescriptor/seekorigin/start.md)
