write-ctags ( path -- )
Ctags file

Prev:ctags ( -- ctags )


Vocabulary
ctags

Inputs
patha pathname string


Outputs
None

Word description
Generates a index file in ctags format and stores in path.

Examples
USING: ctags ; "tags" write-ctags


Definition