Function fstatSync

  • Synchronous fstat. fstat() is identical to stat(), except that the file to be stat-ed is specified by the file descriptor fd.

    Parameters

    • this: V_Context
    • fd: number
    • Optionaloptions: { bigint?: boolean }

    Returns Stats

  • Synchronous fstat. fstat() is identical to stat(), except that the file to be stat-ed is specified by the file descriptor fd.

    Parameters

    • this: V_Context
    • fd: number
    • options: { bigint: true }

    Returns BigIntStats