Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for OpenFile (0.97 sec)

  1. api/except.txt

    pkg os, const ModeType FileMode
    pkg os, func Chmod(string, FileMode) error
    pkg os, func Lstat(string) (FileInfo, error)
    pkg os, func Mkdir(string, FileMode) error
    pkg os, func MkdirAll(string, FileMode) error
    pkg os, func OpenFile(string, int, FileMode) (*File, error)
    pkg os, func SameFile(FileInfo, FileInfo) bool
    pkg os, func Stat(string) (FileInfo, error)
    pkg os, method (*File) Chmod(FileMode) error
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg os, func Lstat(string) (fs.FileInfo, error)
    pkg os, func Mkdir(string, fs.FileMode) error
    pkg os, func MkdirAll(string, fs.FileMode) error
    pkg os, func MkdirTemp(string, string) (string, error)
    pkg os, func OpenFile(string, int, fs.FileMode) (*File, error)
    pkg os, func ReadDir(string) ([]fs.DirEntry, error)
    pkg os, func ReadFile(string) ([]uint8, error)
    pkg os, func SameFile(fs.FileInfo, fs.FileInfo) bool
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg go/build, type Context struct, IsAbsPath func(string) bool
    pkg go/build, type Context struct, IsDir func(string) bool
    pkg go/build, type Context struct, JoinPath func(...string) string
    pkg go/build, type Context struct, OpenFile func(string) (io.ReadCloser, error)
    pkg go/build, type Context struct, ReadDir func(string) ([]os.FileInfo, error)
    pkg go/build, type Context struct, SplitPathList func(string) []string
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top