ModulesfsOn this pagefs Package fs provides filesystem access for durable programs. load("fs", ...) fs load("fs", "fs") Functions read_all(path: String) Example: fs.read_all("/etc/hosts") Parameters: NameTypeRequiredDescriptionpathString✓ Returns: Bytes