FsFileOptions
Options object for the Switch.file()
function.
Extends
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
bigFile? | boolean | Create a "big file", which is a directory with the "archive" bit set. This will cause HOS to treat the directory as if it were a file containing the directory's concatenated contents, allowing you to write file contents larger than 4GB. | - |
end? | number | Byte offset to stop reading the file at (inclusive). Default Infinity | ReadFileOptions .end |
start? | number | Byte offset to start reading the file from. Default 0 | ReadFileOptions .start |
type? | string | - | - |