Versions in this module Expand all Collapse all v0 v0.0.15 Sep 23, 2022 v0.0.14 Sep 23, 2022 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)