Versions in this module Expand all Collapse all v0 v0.2.2 Dec 6, 2024 v0.2.1 Dec 6, 2024 v0.2.0 Dec 6, 2024 Changes in this version + type File struct + func New() *File + func (f *File) Close() error + func (f *File) CreateDir(dirs ...string) (string, error) + func (f *File) OpenFile(path ...string) (*os.File, error)