Help with FileSystemObject?

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

I am trying to access a specific folder and change the name, then create a
new folder inside the same parent directory. I was directed to the
FileSystemObject to look for CreateFolder, GetFolder, and so forth. I can't
find them. I have Win2k and Office2k.

Any help or direction is appreciated.

Ed
 
Have you set a reference to the Scripting Runtime?

Also, check the NAME and MKDIR commands that are part of VB. That may be a much simpler
approach. NAME works with directories (aka folders) as well as files.
 
Thanks for the response, Myrna. I think I've got something to go on now.
I'll yell before I move my computer someplace where I can't find it! 8>)

Ed


Myrna Larson said:
Have you set a reference to the Scripting Runtime?

Also, check the NAME and MKDIR commands that are part of VB. That may be a much simpler
approach. NAME works with directories (aka folders) as well as files.
 
Back
Top