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

# current

Indicates that the offset should be set to the specified number of bytes after the current location.

## Declaration

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

## Mentioned in

Adopting Swift File Options

## Discussion

Discussion The corresponding C constant is SEEK_CUR.

## See Also

### Creating a Seek Origin

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