Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WriteFileParams

Index

Properties

data: string | Uint8Array

file data

path: string

path to the file location to be written

writeMode: number

file mode and permission bits. Should be provided as octal value (ex. 0o755, 0o777, ...)

writeOperation: WriteOperation

indicates if file should be overwritten or appended with the provided data

Generated using TypeDoc