Documentation ¶
Index ¶
- func Exists(fs billy.Filesystem, path string) (bool, error)
- func MkdirTemp(fs billy.Filesystem, baseDir, pattern string) (string, error)
- func ReadFile(fs billy.Filesystem, path string) ([]byte, error)
- func RemoveAll(fs billy.Filesystem, path string) error
- func WriteFile(fs billy.Filesystem, filename string, data []byte, perm os.FileMode) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MkdirTemp ¶ added in v0.9.7
MkdirTemp creates a temporary directory in the appropriate system temp directory using the specified billy.Filesystem.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.