- Sort Score
- Num 10 results
- Language All
Results 21 - 23 of 23 for ReadDir (0.07 seconds)
-
api/go1.16.txt
pkg io/fs, type PathError struct, Path string pkg io/fs, type ReadDirFS interface { Open, ReadDir } pkg io/fs, type ReadDirFS interface, Open(string) (File, error) pkg io/fs, type ReadDirFS interface, ReadDir(string) ([]DirEntry, error) pkg io/fs, type ReadDirFile interface { Close, Read, ReadDir, Stat } pkg io/fs, type ReadDirFile interface, Close() error pkg io/fs, type ReadDirFile interface, Read([]uint8) (int, error)Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
src/archive/zip/reader_test.go
t.Errorf("Opening %q with fs.FS API succeeded", "") } if _, err := r.Open("test.txt"); err != nil { t.Errorf("Error opening %q with fs.FS API: %v", "test.txt", err) } dirEntries, err := fs.ReadDir(r, ".") if err != nil { t.Fatalf("Error reading the root directory: %v", err) } if len(dirEntries) != 1 || dirEntries[0].Name() != "test.txt" { t.Errorf("Unexpected directory entries")
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 15 18:35:56 GMT 2026 - 57.9K bytes - Click Count (0) -
api/go1.txt
pkg net/http, type Dir string pkg net/http, type File interface { Close, Read, Readdir, Seek, Stat } pkg net/http, type File interface, Close() error pkg net/http, type File interface, Read([]uint8) (int, error) pkg net/http, type File interface, Readdir(int) ([]os.FileInfo, error) pkg net/http, type File interface, Seek(int64, int) (int64, error)Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)