I have a table that has a text column containing filenames. Each record has a single filename in it.
On my computer, stored locally, I have a folder that is full of the actual files referenced by the filename field.
What I want to do is create a scri...