Documentation ¶
Overview ¶
Package oswrap exists to translate pathnames into extended-length path names behind the scenes, so that googet can install packages with deep directory structures on Windows.
Index ¶
- func Create(name string) (*os.File, error)
- func Lstat(name string) (os.FileInfo, error)
- func Mkdir(name string, mode os.FileMode) error
- func MkdirAll(name string, mode os.FileMode) error
- func Open(name string) (*os.File, error)
- func OpenFile(name string, flag int, perm os.FileMode) (*os.File, error)
- func Remove(name string) error
- func RemoveAll(name string) error
- func RemoveOnReboot(name string) error
- func Rename(oldpath, newpath string) error
- func Stat(name string) (os.FileInfo, error)
- func Walk(root string, walkFn filepath.WalkFunc) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoveOnReboot ¶
RemoveOnReboot not implemented on non Windows.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.