Bob Miller
2007-07-17 02:27:10 UTC
I am try to convert the following routine into C#
dim oFSO
set oFSO = CreateObject("Scripting.FilesystemObject")
dim sHomePath
sHomePath = '\\server\c$\home\'
dim oFolder
Set oFolder = oFSO.CreateFolder(sHomePath & 'BOB')
What should I use instead of the filesystem object?
Cheers
Bob
dim oFSO
set oFSO = CreateObject("Scripting.FilesystemObject")
dim sHomePath
sHomePath = '\\server\c$\home\'
dim oFolder
Set oFolder = oFSO.CreateFolder(sHomePath & 'BOB')
What should I use instead of the filesystem object?
Cheers
Bob