Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
truncate-file ( path n -- )
Vocabulary
unix
Inputs and outputs
path
an
object
n
an
object
Definition
USING:
kernel
unix.ffi
;
IN:
unix
:
truncate-file
( path n -- )
[
truncate
]
unix-system-call
drop
;