<!--
{
  "availability" : [
    "macOS: 15.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSVolume/PreallocateFlags/fromEOF",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:@E@FSPreallocateFlags@FSPreallocateFlagsFromEOF"
  },
  "title" : "fromEOF"
}
-->

# fromEOF

Allocates space from the physical end of file.

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

## 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:)`](/documentation/FSKit/FSVolume/PreallocateHandler/preallocateSpace(for:at:length:flags:context:replyHandler:)) calls.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)