file management

D

Douglas J. Steele

It's in the Microsoft Scripting Runtime (scrrun.dll).

But do you really need it? It tends to cause bloat, and can be prone to
versioning problems. I'm not aware of anything that FSO can do that can't be
done with native VBA functions, or API calls.
 
Top