Handbook
Glossary
ensure-exists ( path -- path )
Vocabulary
io
.
sockets
.
secure
.
openssl
Inputs
path
an
object
Outputs
path
an
object
Definition
USING:
io.files
kernel
;
IN:
io.sockets.secure.openssl
:
ensure-exists
( path -- path )
[
file-exists?
]
1check
[
file-expected
]
unless
;
inline