Versions in this module Expand all Collapse all v1 v1.0.0 Nov 8, 2025 Changes in this version + func CreateDirectory(path string) error + func DeleteFile(path string) error + func FormatSize(bytes int64) string + func GetFiles(path string) (models.DirectoryEntries, error) + func RenameFile(oldPath, newName string) error + func SearchFiles(basePath, query string) ([]models.FileEntry, error) + func SortEntries(entries []models.FileEntry, sortBy, order string) []models.FileEntry + func UrlToFilePath(basePath string, url string) string