You shouldn't have to close or dispose of the FileInfo instance you are
using.
1.) Not positive, but I don't think the FileInfo has a lock in place on the
file when it's in use.
2.) FileInfo doesn't implement IDisposable so you can't "Dispose" of it (no
Dispose method to call).
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.