|
-
Aug 7th, 2001, 09:30 AM
#1
Thread Starter
New Member
FileSystemObject
Has anyone used the FileSystemObject with .Net yet? I tried adding a reference, selecting COM, and clicking on Microsoft Scripting Runtime, but when I tried to declare my object like this:
Dim FSO as New FileSystemObject, the object wasn't recognized. Do I have to use the new File methods or is there a way for me to use the FileSystemObject?
Thanks,
-
Aug 15th, 2001, 11:37 AM
#2
New Member
I know you posted a week ago; if you haven't figured it out yet:
Code:
Dim fso As Scripting.FileSystemObject
it just needs the 'Scripting' namespace to recognize it.
-
Aug 15th, 2001, 11:49 AM
#3
Thread Starter
New Member
Thanks man, I did finally get it, but thanks for the reply. Good to know there is a place to ask questions.
-
Jan 10th, 2002, 06:12 AM
#4
Lively Member
Hi Striker,
Any chance you could give me a look at some of your .net filesystemobject code mate?
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
|