---
title: fromEOF
framework: fskit
role: symbol
role_heading: Type Property
path: fskit/fsvolume/preallocateflags/fromeof
---

# fromEOF

Allocates space from the physical end of file.

## Declaration

```swift
static var fromEOF: FSVolume.PreallocateFlags { get }
```

## Discussion

Discussion When implementing this behavior, ignore any offset in the preallocate call. This flag is currently set for all preallocateSpace(for:at:length:flags:context:replyHandler:) calls.

## See Also

### Declaring preallocation behaviors

- [contiguous](fskit/fsvolume/preallocateflags/contiguous.md)
- [all](fskit/fsvolume/preallocateflags/all.md)
- [persist](fskit/fsvolume/preallocateflags/persist.md)
