ProcLink
Defined in: src/fs/procfs.ts:26
A symbolic link in procfs, e.g. /proc/self or /proc/<pid>/cwd.
The target is worked out when the link is read, since what it points at can change.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ProcLink(
target):ProcLink
Defined in: src/fs/procfs.ts:28
Parameters
Section titled “Parameters”target
Section titled “target”() => string
Returns
Section titled “Returns”ProcLink
Properties
Section titled “Properties”
readonlymode:511=0o777
Defined in: src/fs/procfs.ts:27
target
Section titled “target”
readonlytarget: () =>string
Defined in: src/fs/procfs.ts:28
Returns
Section titled “Returns”string