November 24th, 1999, 07:53 AM
Hi there,
All the documentation I see about the FileSystemObject shows it being invoked in a late-bound fashion:
Set fs = CreateObject("Scripting.FileSystemObject")
Does anyone know what reference to include in your VB project to get an early binding, so you can Dim fs as FileSystemObject?
Speaking of which, does anyone know how to tell what's included in various references without adding it to your project and checking the Object Browser? That's the only way I know of, which is of course tedious to say the least. I hope they improve this in VB 7.
Thanks much,
Mike
All the documentation I see about the FileSystemObject shows it being invoked in a late-bound fashion:
Set fs = CreateObject("Scripting.FileSystemObject")
Does anyone know what reference to include in your VB project to get an early binding, so you can Dim fs as FileSystemObject?
Speaking of which, does anyone know how to tell what's included in various references without adding it to your project and checking the Object Browser? That's the only way I know of, which is of course tedious to say the least. I hope they improve this in VB 7.
Thanks much,
Mike