vocab-resource-files ( vocab -- filenames )
Vocabulary resource metadata

Prev:match-patterns ( patterns filenames -- filenames' )


Vocabulary
vocabs.metadata.resources

Inputs
vocaba vocabulary specifier


Outputs
filenamesa sequence of filenames


Word description
Outputs a sequence containing the individual resource files and directories that match the patterns specified in vocab's resources.txt file. Any matching directories will also have their contents recursively included in the output. The paths in the output will be relative to vocab's directory.

Definition