Versions in this module Expand all Collapse all v0 v0.0.2 Mar 18, 2022 v0.0.1 Mar 18, 2022 Changes in this version + const CurrentDirectory + const DirectoriesListingType + const FilesListingType + const HomeDirectory + const PreviousDirectory + const RootDirectory + func CreateDirectory(name string) error + func DeleteDirectory(name string) error + func DeleteFile(name string) error + func FindFilesByName(name, dir string) ([]string, []fs.DirEntry, error) + func GetDirectoryItemSize(path string) (int64, error) + func GetDirectoryListing(dir string, showHidden bool) ([]fs.DirEntry, error) + func GetDirectoryListingByType(dir, listingType string, showHidden bool) ([]fs.DirEntry, error) + func GetHomeDirectory() (string, error) + func GetWorkingDirectory() (string, error) + func MoveDirectoryItem(src, dst string) error + func ReadFileContent(name string) (string, error) + func RenameDirectoryItem(src, dst string) error + func WriteToFile(path, content string) error