Hierarchy

  • open
  • Open opens the named file for reading. If successful, methods on the returned file can be used for reading; the associated file descriptor has mode O_RDONLY. If there is an error, it will be of type *PathError.

    Parameters

    • name: string

    Returns os.File

Generated using TypeDoc