Versions in this module Expand all Collapse all v0 v0.19.4 May 24, 2023 Changes in this version + func Remove(ctx context.Context, name string) error + func Rename(ctx context.Context, oldPath, newPath string) error + type File interface + func Create(ctx context.Context, name string) (File, error) + func Open(ctx context.Context, name string) (File, error) + func OpenFile(ctx context.Context, name string, flag int) (File, error)