Function ftruncateSync

  • Truncates the file descriptor. Returns undefined.

    For detailed information, see the documentation of the asynchronous version of this API: ftruncate.

    Since

    v0.0.67

    Parameters

    • fd: number
    • Optional len: number

    Returns void

  • Truncates the file descriptor. Returns undefined.

    For detailed information, see the documentation of the asynchronous version of this API: ftruncate.

    Since

    v0.0.67

    Parameters

    • fd: number
    • Optional len: number

    Returns void

Generated using TypeDoc