storage

package
v1.11.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2024 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KERNEL32DLL         = "kernel32.dll"
	GETDISKFREESPACEEXW = "GetDiskFreeSpaceExW"
)

Variables

This section is empty.

Functions

func AvailableBytes

func AvailableBytes(path string) (uint64, error)

func DirSize

func DirSize(path string) (uint64, error)

func FileExists

func FileExists(filePath string) (bool, error)

fileExists checks if a file exists before we try using it to prevent further errors.

func FolderExists

func FolderExists(filePath string) (bool, error)

folderExists checks if a folder exists before we try using it to prevent further errors.

func ReadFileWithName

func ReadFileWithName(parentDir string, fileNameNoExt string) ([]byte, error)

ReadFileWithName reads a single file with name fileNameWithoutExt without specifying any extension. it errors when there are more than 1 file with the given fileName

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL