|
-
November 24th, 1999, 08:53 AM
#1
FileSystemObject?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|