|
-
Oct 4th, 2000, 08:52 PM
#1
Thread Starter
New Member
Hello
My Q is
When I made declare for File System Object, I didn't
found this object in the list
Example
Dim fso as new here("not found file system object") in the
list.
*I'm using vb6.0.
Is any way to add this object to my aplication ?
with best regards.
-
Oct 4th, 2000, 10:03 PM
#2
Fanatic Member
FSO's are an active x control, and as such need to be declared a bit differently.
Dim FSO
Set FSO = CreateObject("Scripting.FileSystemObject")
Hope this helps 
-
Oct 5th, 2000, 11:37 AM
#3
Also, have you added Microsoft Scripting Runtime(scrrun.dll) to your project references?
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
|