FileInfo."Dispose"
dim fi as new system.io.fileinfo(fn)
My mommy doesn't work here, so I clean up after myself.
Fileinfo does not offer a dispose method. What is the appropriate thing to do when you are done with it? fi = Nothing, perhaps? ?
Any problem with creating fileinfo's at the drop of a hat? Or should a single one be created and used for everything, as I used to do with FileSystemObject in the vb6 days?
Regards,
Al

