Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fs ¶
type Fs interface {
ChangeWorkingDirectory(string) error
Info(path string) (PathExistential, PathType)
}
type PathExistential ¶
type PathExistential int
const ( Exists PathExistential = iota DoesNotExist )
Click to show internal directories.
Click to hide internal directories.