proc_lookup
proc_lookup(
path):ProcEntry|null
Defined in: src/fs/procfs.ts:276
Resolve a path in procfs.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”ProcEntry | null
null if nothing exists at path
Throws
Section titled “Throws”ENOTDIR when part of path is used as a directory but isn’t one