Skip to main content

fs

Package fs provides filesystem access for durable programs.

fs

Functions

read_all(path: String)

Example:

fs.read_all("/etc/hosts")

Parameters:

NameTypeRequiredDescription
pathString

Returns: Bytes