filestat

package
v0.0.0-...-f64af9c Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileStat

type FileStat struct {
	CreateTime int64
	ModifyTime int64
	Dev        int32
	INO        uint64
	Mode       uint16
	UID        uint32
	GID        uint32
	Size       int64
	Flags      uint32
}

FileStat indicates the file status of the specified system.

func Stat

func Stat(path string) (FileStat, error)

Stat query file state information.

Jump to

Keyboard shortcuts

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