Handbook
Glossary
write-ctags ( path -- )
Ctags file
Prev:
ctags ( -- ctags )
Vocabulary
ctags
Inputs
path
a pathname string
Outputs
None
Word description
Generates a index file in ctags format and stores in
path
.
Examples
USING: ctags ; "tags" write-ctags
Definition
USING:
io.encodings.utf8
io.files
kernel
;
IN:
ctags
:
write-ctags
( path -- )
[
ctags
]
dip
utf8
set-file-lines
;