A
ad
I want to create a folder with CSharp
But the codes I found are for vb.net:
How can I rewrite to C#?
----------------------------------------------------------------------------
------------------------------------------------------
dim objfso=server.createobject("scripting.filesystemobject")
if not objfso.folderexists("c:\test") then
objfso.createfolder(ConfigurationSettings.AppSettings("RealUserhomePath") &
"\" & gpname)
end if
But the codes I found are for vb.net:
How can I rewrite to C#?
----------------------------------------------------------------------------
------------------------------------------------------
dim objfso=server.createobject("scripting.filesystemobject")
if not objfso.folderexists("c:\test") then
objfso.createfolder(ConfigurationSettings.AppSettings("RealUserhomePath") &
"\" & gpname)
end if