Versions in this module Expand all Collapse all v0 v0.12.4 May 16, 2024 Changes in this version + func EnsureNotReparsePointRelative(path string, root *os.File) error — windows/amd64 + func LinkRelative(oldname string, oldroot *os.File, newname string, newroot *os.File) error — windows/amd64 + func LstatRelative(path string, root *os.File) (os.FileInfo, error) — windows/amd64 + func MkdirAllRelative(path string, root *os.File) error — windows/amd64 + func MkdirRelative(path string, root *os.File) error — windows/amd64 + func OpenRelative(path string, root *os.File, accessMask uint32, shareFlags uint32, ...) (*os.File, error) — windows/amd64 + func OpenRoot(path string) (*os.File, error) — windows/amd64 + func RemoveAllRelative(path string, root *os.File) error — windows/amd64 + func RemoveRelative(path string, root *os.File) error — windows/amd64