pub fn install_fs_dir_lib(cx: &mut Cx, root: &str) -> Result<Value>
Opens a filesystem table at root and returns it as a runtime table value.
root
Requires the table-fs capability; the returned value wraps an FsDir.
FsDir