Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Directory ¶
type Directory struct {
// contains filtered or unexported fields
}
Directory represents a directory on the disk.
func NewDirectory ¶
NewDirectory creates a new directory at the given path.
func (*Directory) PathWithCreate ¶
PathWithCreate returns the absolute path that corresponds to the relative path and creates the folder if it doesn't exist.
func (*Directory) RemoveSubdir ¶
Click to show internal directories.
Click to hide internal directories.