Module os::fs

source · []
Expand description

File trait & inode(dir, file, pipe, stdin, stdout)

Modules

inode 🔒
pipe 🔒
stdio 🔒

Structs

inode in memory

The flags argument to the open() system call is constructed by ORing together zero or more of the following values:

IPC pipe

The stat of a inode

The mode of a inode whether a directory or a file

stdin file for getting chars from console

stdout file for putting chars to console

Traits

trait File for all file types

Functions

List all apps in the root directory

Return (read_end, write_end)

Open a file