Documentation
¶
Index ¶
- func Abs(fs vfs.Filesystem, path string) (string, error)
- func BadRemove(fs vfs.Filesystem, path string) error
- func ChangeDirectory(fs *vfs.Filesystem, path string) error
- func DataClustersInfo(fs vfs.Filesystem, path string) ([]vfs.ClusterPtr, map[vfs.ClusterPtr][]vfs.ClusterPtr, ...)
- func Exists(fs vfs.Filesystem, path string) (bool, error)
- func FsCheck(fs vfs.Filesystem) error
- func Mkdir(fs vfs.Filesystem, path string) error
- func Remove(fs vfs.Filesystem, path string) error
- func Rename(fs vfs.Filesystem, oldPath, newPath string) error
- type DirectoryIsNotEmpty
- type File
- type FileInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangeDirectory ¶
func ChangeDirectory(fs *vfs.Filesystem, path string) error
func DataClustersInfo ¶
func DataClustersInfo(fs vfs.Filesystem, path string) ([]vfs.ClusterPtr, map[vfs.ClusterPtr][]vfs.ClusterPtr, map[vfs.ClusterPtr]map[vfs.ClusterPtr][]vfs.ClusterPtr, error)
func FsCheck ¶
func FsCheck(fs vfs.Filesystem) error
Types ¶
type DirectoryIsNotEmpty ¶
type DirectoryIsNotEmpty struct {
Name string
}
func (DirectoryIsNotEmpty) Error ¶
func (d DirectoryIsNotEmpty) Error() string
Click to show internal directories.
Click to hide internal directories.