I've actually done it both ways. Given a File Reference Number you can to full path. I used Dictionary in this case because it has the advantage of being faster but it certainly takes up more memory. Jeffrey Richter used a collection in his example and it seemed appropriate and easy to understand.
↧