Versions in this module Expand all Collapse all v1 v1.11.11 Aug 6, 2024 Changes in this version + const GETDISKFREESPACEEXW — windows/amd64 + const KERNEL32DLL — windows/amd64 + func AvailableBytes(path string) (uint64, error) — windows/amd64 + func AvailableBytes(storagePath string) (uint64, error) — darwin/amd64, js/wasm, linux/amd64 + func DirSize(path string) (uint64, error) + func FileExists(filePath string) (bool, error) + func FolderExists(filePath string) (bool, error) + func ReadFileWithName(parentDir string, fileNameNoExt string) ([]byte, error)