qualify: func [
"Prepend a qualifier/path to all files in a block."
files [any-block!]
path [file! url! string!]
] [
foreach file files [insert file path]
files
]
You need to create an account or log in to post comments to this site.