File: README

package info (click to toggle)
hare 0.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,948 kB
  • sloc: asm: 1,264; makefile: 123; sh: 114; lisp: 101
file content (6 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
fs: high-level filesystem abstraction

The fs module provides an abstracted interface for accessing an arbitrary
filesystem. If you want to work with the host filesystem, you probably want to
refer to the functions available in [[os::]] instead, which provides an
implementation of [[fs]] for the host filesystem.