File

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


Readdir

 

method Readdir(count: int): tuple of (Slice<FileInfo>, error)

 

(Slice<FileInfo>, error) Readdir(int count)

 

func Readdir(_ count: int) -> (Slice<FileInfo>, error)

 

func Readdir(count int) tuple of (Slice<FileInfo>, error)

 

Function Readdir(count As int) As Tuple (Of Slice<FileInfo>, error)

Parameters:

  • count:

Stat

 

method Stat: tuple of (FileInfo, error)

 

(FileInfo, error) Stat()

 

func Stat() -> (FileInfo, error)

 

func Stat() tuple of (FileInfo, error)

 

Function Stat() As Tuple (Of FileInfo, error)