Results 1 to 2 of 2

Thread: FileSystemObject

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    28
    Help! I am trying to create a file system object such that I can copy files, delete files, copy folders, etc using the code below.

    Dim fso
    Set fso = CreateObject("Scripting.FileSystemObject")

    I thought that all I had to do to use this code was to make sure that the scrrun.dll file was available on the system directory. The puzzling thing is that I have used this same code numerous times without a problem. Now, I get the following error message when I try to run old applications or create new ones.

    Run time error ‘429’
    ActiveX Component can’t create object.

    Any ideas????

  2. #2
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    258
    Check your "References" in that Paticular Project .



    []P
    Visual Basic 6 SP4 on win98se

    QUIT THE RAT RACE BECAUSE YOUR MESSING THE WORLD UP !!!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width