Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileManager ¶
type FileManager struct{}
func NewFileManager ¶
func NewFileManager() FileManager
func (FileManager) DoesFileExist ¶
func (FileManager) DoesFileExist(filePath string) (bool, error)
func (FileManager) RemoveDirContent ¶
func (FileManager) RemoveDirContent(dirPath string) error
Click to show internal directories.
Click to hide internal directories.