package os2
import "zgo.at/elles/os2"
Index ¶
- func Blocks(fi fs.FileInfo) int64
- func Blocksize(path string) int
- 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) int
- 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 Blocks ¶
func Blocksize ¶
func Hidden ¶
func IsDoor ¶
func IsELOOP ¶
func Mkfifo ¶
func Mknod ¶
func Numlinks ¶
func OwnerID ¶
func ReadDir ¶
Like os.ReadDir, but without the sort.
func Serial ¶
func Utimes ¶
Source Files ¶
door_other.go fifo_other.go hidden_other.go os2.go utime_other.go vfs_other.go
- Version
- v0.3.0 (latest)
- Published
- Mar 17, 2025
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 1 hour ago –
Tools for package owners.