Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
ps-stat ( path -- string )
Vocabulary
tools.ps
Definition
USING:
io.encodings.utf8
io.files
sequences
;
IN:
tools.ps
:
ps-stat
( path -- string )
"/stat"
append
utf8
file-contents
parse-stat
;