---
title: FSVolume.SeekRegion.hole
framework: fskit
role: symbol
role_heading: Case
path: fskit/fsvolume/seekregion/hole
---

# FSVolume.SeekRegion.hole

Seek the next hole region.

## Declaration

```swift
case hole
```

## Discussion

Discussion When there are no more hole regions past the supplied offset, the current file size (end-of-file offset) should be returned.

## See Also

### Seek region types

- [FSVolume.SeekRegion.data](fskit/fsvolume/seekregion/data.md)
