package
Version:
v1.23.6
Opens a new window with list of versions in this module.
Published: Mar 24, 2025
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
func Remove(ctx context.Context, name string) error
func Rename(ctx context.Context, oldPath, newPath string) error
type File interface {
io.ReadWriteCloser
io.Seeker
fs.File
}
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)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.