Function seek

  • Seek in the file. Use std.SEEK_* for whence. offset is either a number or a bigint. If offset is a bigint, a bigint is returned too.

    Parameters

    Returns Result<number>

  • Seek in the file. Use std.SEEK_* for whence. offset is either a number or a bigint. If offset is a bigint, a bigint is returned too.

    Parameters

    Returns Result<bigint>

Generated using TypeDoc