Documentation ¶
Overview ¶
Package ifs implements case-insensitive FS lookups as a compatibility layer for Linux. For Windows this package calls os functions directly.
Index ¶
- func Chdir(path string) error
- func Copy(src, dst string) error
- func CopyDir(src, dst string) error
- func Create(path string) (*os.File, error)
- func Denormalize(path string) string
- func Mkdir(path string) error
- func MkdirAll(path string) error
- func Normalize(path string) string
- func Open(path string) (*os.File, error)
- func OpenFile(path string, flag int) (*os.File, error)
- func ReadDir(path string) ([]os.DirEntry, error)
- func Remove(path string) error
- func RemoveAll(path string) error
- func Rename(src, dst string) error
- func Stat(path string) (os.FileInfo, error)
- func WalkDir(path string, fnc fs.WalkDirFunc) error
- func Workdir() (string, error)
- type DirEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Denormalize ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.