fs

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppDataDir

func AppDataDir(appName string) (string, error)

func Delete

func Delete(path string) error

func HomeDir

func HomeDir() (string, error)

func ReadBinaryFile

func ReadBinaryFile(path string) ([]byte, error)

func ReadTextFile

func ReadTextFile(path string) (string, error)

func WriteBinaryFile

func WriteBinaryFile(path string, data []byte) error

func WriteTextFile

func WriteTextFile(path, content string) error

Types

type FileEntry

type FileEntry struct {
	Name    string `json:"name"`
	Path    string `json:"path"`
	IsDir   bool   `json:"isDir"`
	Size    int64  `json:"size"`
	ModTime string `json:"modTime"`
}

func ListDir

func ListDir(path string) ([]FileEntry, error)

Jump to

Keyboard shortcuts

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