FileSystem

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.net.http
  • Platforms: .NET, .NET Standard 2.0, Island


Required Methods


Open

 

method Open(name: string): tuple of (File, error)

 

(File, error) Open(string name)

 

func Open(_ name: string) -> (File, error)

 

func Open(name string) tuple of (File, error)

 

Function Open(name As string) As Tuple (Of File, error)

Parameters:

  • name: