Function ftruncateAsync

  • Shorten (truncate) a file.

    Parameters

    • fd: number

      file descriptor

    • Optional len: number

      maximum length of file [0]

    Returns Promise<void>

Generated using TypeDoc