5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
|
<%
|
||
|
Dim fso
|
||
|
Set fso = CreateObject("Scripting.FileSystemObject")
|
||
|
fso.CreateFolder("d:\New Folder1")
|
||
|
%>
|