package os2
import "zgo.at/elles/os2"
Index ¶
- func Atime(fi fs.FileInfo) time.Time
- func Blocks(fi fs.FileInfo) int64
- func Blocksize(path string) int
- func Btime(absdir string, fi fs.FileInfo) time.Time
- func Hidden(absdir string, fi fs.DirEntry) bool
- func IsDoor(fi fs.FileInfo) bool
- func IsELOOP(err error) bool
- func Mkfifo(path string, mode uint32) error
- func Mknod(path string, mode uint32, dev int) error
- func Numlinks(absdir string, fi fs.FileInfo) uint64
- func OwnerID(absdir string, fi fs.FileInfo) (string, string)
- func ReadDir(name string) ([]os.DirEntry, error)
- func Serial(absdir string, fi fs.FileInfo) uint64
- func Utimes(path string, atime, mtime time.Time) error
Functions ¶
func Atime ¶
func Blocks ¶
func Blocksize ¶
Get the block size for the filesystem on which path resides.
func Btime ¶
TODO: On Linux the btime is in statx, rather than stat. We call statx() here because, well, it's the best we can do. But it's slow. And ugly.
Should probably rewrite the stdlib bits for listing directories so we don't need to do this. But that's some effort and can't be bothered now, and I'm okay with the performance hit for now.
func Hidden ¶
func IsDoor ¶
func IsELOOP ¶
func Mkfifo ¶
func Mknod ¶
func Numlinks ¶
TODO: unused at the moment; ls -l prints this, but I don't think I've ever used it in 25 years. Should maybe add option though.
func OwnerID ¶
func ReadDir ¶
Like os.ReadDir, but without the sort.
func Serial ¶
func Utimes ¶
Source Files ¶
door_other.go fifo_unix.go hidden_other.go os2.go statfs_unix.go time_linux.go utime_unix.go vfs_unix.go
- Version
- v0.2.0 (latest)
- Published
- Jul 9, 2024
- Platform
- linux/amd64
- Imports
- 13 packages
- Last checked
- 1 month ago –
Tools for package owners.